Fix CheckStyle violations

This commit is contained in:
Rossen Stoyanchev 2021-01-26 17:51:52 +00:00
parent 8aeae49f40
commit e80a23d6ad
2 changed files with 2 additions and 2 deletions

View File

@ -184,7 +184,7 @@ public abstract class ServletRequestPathUtils {
* supports a servletPath as an additional prefix to be omitted from
* {@link #pathWithinApplication()}.
*/
private static class ServletRequestPath implements RequestPath {
private static final class ServletRequestPath implements RequestPath {
private final RequestPath requestPath;

View File

@ -77,4 +77,4 @@ public class MockHttpServletMapping implements HttpServletMapping {
"mappingMatch=" + mappingMatch + "]";
}
}
}