소스 검색

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