Fix typo 'is' -> 'if' in javadoc

This commit is contained in:
Vitalii Mahas 2019-10-23 12:20:05 +02:00 committed by Josh Cummings
parent 4489163163
commit 0ac5f5456f
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ public final class ExceptionHandlingConfigurer<H extends HttpSecurityBuilder<H>>
* then
* {@link #defaultAuthenticationEntryPointFor(AuthenticationEntryPoint, RequestMatcher)}
* will be used. The first {@link AuthenticationEntryPoint} will be used as the
* default is no matches were found.
* default if no matches were found.
* </p>
*
* <p>