Fix MockHttpServletRequest reference in Javadoc

Closes gh-26592
This commit is contained in:
Johnny Lim
2021-02-23 18:43:38 +09:00
committed by GitHub
parent 42a223b9cd
commit cf4e77907f

View File

@@ -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.
*