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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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