From 4d5de829cbbfdceab52ea0c166942e1d78e29d9d Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 20 Nov 2017 19:58:31 -0800 Subject: [PATCH] Fix checkstyle error --- .../autoconfigure/ldap/embedded/EmbeddedLdapProperties.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/ldap/embedded/EmbeddedLdapProperties.java b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/ldap/embedded/EmbeddedLdapProperties.java index 930518abb11..6b82c7a94f0 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/ldap/embedded/EmbeddedLdapProperties.java +++ b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/ldap/embedded/EmbeddedLdapProperties.java @@ -40,7 +40,7 @@ public class EmbeddedLdapProperties { private Credential credential = new Credential(); /** - * The base DN + * The base DN. */ private String baseDn;