Skip to content

Commit 5427526

Browse files
committed
Fix ApplicationContextRequestMatcher javadoc
Fix an error in the `ApplicationContextRequestMatcher` javadoc.
1 parent 0efee9e commit 5427526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/security/servlet/ApplicationContextRequestMatcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ protected boolean ignoreApplicationContext(WebApplicationContext webApplicationC
8989
* Method that can be implemented by subclasses that wish to initialize items the
9090
* first time that the matcher is called. This method will be called only once and
9191
* only if {@link #ignoreApplicationContext(WebApplicationContext)} returns
92-
* {@code true}. Note that the supplied context will be based on the
92+
* {@code false}. Note that the supplied context will be based on the
9393
* <strong>first</strong> request sent to the matcher.
9494
* @param context a supplier for the initialized context (may throw an exception)
9595
* @see #ignoreApplicationContext(WebApplicationContext)

0 commit comments

Comments
 (0)