Fix typo 'is' -> 'if' in javadoc
This commit is contained in:
parent
4489163163
commit
0ac5f5456f
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue