Fix CheckStyle violations
This commit is contained in:
parent
8aeae49f40
commit
e80a23d6ad
|
|
@ -184,7 +184,7 @@ public abstract class ServletRequestPathUtils {
|
||||||
* supports a servletPath as an additional prefix to be omitted from
|
* supports a servletPath as an additional prefix to be omitted from
|
||||||
* {@link #pathWithinApplication()}.
|
* {@link #pathWithinApplication()}.
|
||||||
*/
|
*/
|
||||||
private static class ServletRequestPath implements RequestPath {
|
private static final class ServletRequestPath implements RequestPath {
|
||||||
|
|
||||||
private final RequestPath requestPath;
|
private final RequestPath requestPath;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -77,4 +77,4 @@ public class MockHttpServletMapping implements HttpServletMapping {
|
||||||
"mappingMatch=" + mappingMatch + "]";
|
"mappingMatch=" + mappingMatch + "]";
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue