From 0ac5f5456fdc4b3eaca5530dd6c97f6f1533d178 Mon Sep 17 00:00:00 2001 From: Vitalii Mahas Date: Wed, 23 Oct 2019 12:20:05 +0200 Subject: [PATCH] Fix typo 'is' -> 'if' in javadoc --- .../annotation/web/configurers/ExceptionHandlingConfigurer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/src/main/java/org/springframework/security/config/annotation/web/configurers/ExceptionHandlingConfigurer.java b/config/src/main/java/org/springframework/security/config/annotation/web/configurers/ExceptionHandlingConfigurer.java index 72d0359714..d1741cf898 100644 --- a/config/src/main/java/org/springframework/security/config/annotation/web/configurers/ExceptionHandlingConfigurer.java +++ b/config/src/main/java/org/springframework/security/config/annotation/web/configurers/ExceptionHandlingConfigurer.java @@ -135,7 +135,7 @@ public final class ExceptionHandlingConfigurer> * 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. *

* *