Commit 5427526b authored by Phillip Webb's avatar Phillip Webb

Fix ApplicationContextRequestMatcher javadoc

Fix an error in the `ApplicationContextRequestMatcher` javadoc.
parent 0efee9e3
...@@ -89,7 +89,7 @@ public abstract class ApplicationContextRequestMatcher<C> implements RequestMatc ...@@ -89,7 +89,7 @@ public abstract class ApplicationContextRequestMatcher<C> implements RequestMatc
* Method that can be implemented by subclasses that wish to initialize items the * Method that can be implemented by subclasses that wish to initialize items the
* first time that the matcher is called. This method will be called only once and * first time that the matcher is called. This method will be called only once and
* only if {@link #ignoreApplicationContext(WebApplicationContext)} returns * only if {@link #ignoreApplicationContext(WebApplicationContext)} returns
* {@code true}. Note that the supplied context will be based on the * {@code false}. Note that the supplied context will be based on the
* <strong>first</strong> request sent to the matcher. * <strong>first</strong> request sent to the matcher.
* @param context a supplier for the initialized context (may throw an exception) * @param context a supplier for the initialized context (may throw an exception)
* @see #ignoreApplicationContext(WebApplicationContext) * @see #ignoreApplicationContext(WebApplicationContext)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment