diff --git a/ldap/src/main/java/org/springframework/security/ldap/server/ApacheDSContainer.java b/ldap/src/main/java/org/springframework/security/ldap/server/ApacheDSContainer.java index 831ea168d6..1fe397ac51 100644 --- a/ldap/src/main/java/org/springframework/security/ldap/server/ApacheDSContainer.java +++ b/ldap/src/main/java/org/springframework/security/ldap/server/ApacheDSContainer.java @@ -73,8 +73,8 @@ import org.springframework.util.Assert; * @author Rob Winch * @author Gunnar Hillert * @author Evgeniy Cheban - * @deprecated For removal in 7.0. Use {@link UnboundIdContainer} instead because ApacheDS 1.x is no longer - * supported with no GA version to replace it. + * @deprecated For removal in 7.0. Use {@link UnboundIdContainer} instead because ApacheDS + * 1.x is no longer supported with no GA version to replace it. */ @Deprecated(since = "5.2", forRemoval = true) public class ApacheDSContainer