浏览代码

Fix ApacheDSContainer Checkstyle

Issue: gh-6376
Rob Winch 6 年之前
父节点
当前提交
802f3186a7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ldap/src/main/java/org/springframework/security/ldap/server/ApacheDSContainer.java

+ 1 - 1
ldap/src/main/java/org/springframework/security/ldap/server/ApacheDSContainer.java

@@ -69,7 +69,7 @@ import org.springframework.util.Assert;
  * @author Luke Taylor
  * @author Rob Winch
  * @author Gunnar Hillert
- * @deprecated Use {@link UnboundIdContainer} instead because ApacheDS 1.x is no longer 
+ * @deprecated Use {@link UnboundIdContainer} instead because ApacheDS 1.x is no longer
  * supported with no GA version to replace it.
  */
 @Deprecated