浏览代码

Fix formatting

Issue gh-13851
Marcus Da Coregio 1 年之前
父节点
当前提交
27f0ab9eee
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      ldap/src/main/java/org/springframework/security/ldap/server/ApacheDSContainer.java

+ 2 - 2
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