mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-30 16:52:13 +00:00
Fix Javadoc Typo uses->use
Issue: gh-5113
This commit is contained in:
parent
01152ede41
commit
018ab7d92c
@ -1166,7 +1166,7 @@ public final class HttpSecurity extends
|
|||||||
* Registration of multiple Filters in the same location means their ordering is not
|
* Registration of multiple Filters in the same location means their ordering is not
|
||||||
* deterministic. More concretely, registering multiple Filters in the same location
|
* deterministic. More concretely, registering multiple Filters in the same location
|
||||||
* does not override existing Filters. Instead, do not register Filters you do not
|
* 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 filter the Filter to register
|
||||||
* @param atFilter the location of another {@link Filter} that is already registered
|
* @param atFilter the location of another {@link Filter} that is already registered
|
||||||
|
Loading…
x
Reference in New Issue
Block a user