Fix MockHttpServletRequest reference in Javadoc
Closes gh-26592
This commit is contained in:
parent
42a223b9cd
commit
cf4e77907f
|
|
@ -24,7 +24,7 @@ import org.springframework.lang.Nullable;
|
|||
/**
|
||||
* Mock implementation of {@link HttpServletMapping}.
|
||||
*
|
||||
* <p>Currently not exposed in {@link MockHttpServletMapping} as a setter to
|
||||
* <p>Currently not exposed in {@link MockHttpServletRequest} as a setter to
|
||||
* avoid issues for Maven builds in applications with a Servlet 3.1 runtime
|
||||
* requirement.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue