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

View File

@ -135,7 +135,7 @@ public final class ExceptionHandlingConfigurer<H extends HttpSecurityBuilder<H>>
* then * then
* {@link #defaultAuthenticationEntryPointFor(AuthenticationEntryPoint, RequestMatcher)} * {@link #defaultAuthenticationEntryPointFor(AuthenticationEntryPoint, RequestMatcher)}
* will be used. The first {@link AuthenticationEntryPoint} will be used as the * 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>
* *
* <p> * <p>