From 018ab7d92cc16e3ee84978a3429a5653b37ed07c Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Mon, 19 Mar 2018 15:36:31 -0500 Subject: [PATCH] Fix Javadoc Typo uses->use Issue: gh-5113 --- .../security/config/annotation/web/builders/HttpSecurity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/src/main/java/org/springframework/security/config/annotation/web/builders/HttpSecurity.java b/config/src/main/java/org/springframework/security/config/annotation/web/builders/HttpSecurity.java index 5edba70d07..319b6967a0 100644 --- a/config/src/main/java/org/springframework/security/config/annotation/web/builders/HttpSecurity.java +++ b/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