mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Fix CheckStyle violations
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user