From 9f0e5444980909b52b9c9452b18ca75b278fd527 Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Tue, 9 May 2023 16:28:41 -0600 Subject: [PATCH] Align JavaDoc in Ldif Issue gh-748 --- .../java/org/springframework/ldap/schema/Specification.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldif/ldif-core/src/main/java/org/springframework/ldap/schema/Specification.java b/ldif/ldif-core/src/main/java/org/springframework/ldap/schema/Specification.java index 85ca2837..546031e1 100644 --- a/ldif/ldif-core/src/main/java/org/springframework/ldap/schema/Specification.java +++ b/ldif/ldif-core/src/main/java/org/springframework/ldap/schema/Specification.java @@ -23,8 +23,8 @@ import javax.naming.NamingException; * to. The motivation behind this class was to provide a mechanism to enable schema * validations. * - * @author Keith Barlow * @param + * @author Keith Barlow */ public interface Specification {