소스 검색

Fix Javadoc Typo uses->use

Issue: gh-5113
Rob Winch 7 년 전
부모
커밋
018ab7d92c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      config/src/main/java/org/springframework/security/config/annotation/web/builders/HttpSecurity.java

+ 1 - 1
config/src/main/java/org/springframework/security/config/annotation/web/builders/HttpSecurity.java

@@ -1166,7 +1166,7 @@ public final class HttpSecurity extends
 	 * Registration of multiple Filters in the same location means their ordering is not
 	 * deterministic. More concretely, registering multiple Filters in the same location
 	 * does not override existing Filters. Instead, do not register Filters you do not
-	 * want to uses.
+	 * want to use.
 	 *
 	 * @param filter the Filter to register
 	 * @param atFilter the location of another {@link Filter} that is already registered