Browse Source

Fix checkstyle error

pull/11091/head
Phillip Webb 8 years ago
parent
commit
4d5de829cb
  1. 2
      spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/ldap/embedded/EmbeddedLdapProperties.java

2
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/ldap/embedded/EmbeddedLdapProperties.java

@ -40,7 +40,7 @@ public class EmbeddedLdapProperties { @@ -40,7 +40,7 @@ public class EmbeddedLdapProperties {
private Credential credential = new Credential();
/**
* The base DN
* The base DN.
*/
private String baseDn;

Loading…
Cancel
Save