Skip to content

Commit 4d5de82

Browse files
committed
Fix checkstyle error
1 parent 69b92df commit 4d5de82

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/ldap/embedded

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class EmbeddedLdapProperties {
4040
private Credential credential = new Credential();
4141

4242
/**
43-
* The base DN
43+
* The base DN.
4444
*/
4545
private String baseDn;
4646

0 commit comments

Comments
 (0)