mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Apply Checkstyle MethodParamPadCheck module
This commit also fixes its violations. Closes gh-34173
This commit is contained in:
committed by
Sébastien Deleuze
parent
0f38c28e91
commit
6d86b23fbe
+1
-1
@@ -665,7 +665,7 @@ class UriTemplateServletAnnotationControllerHandlerMethodTests extends AbstractS
|
||||
|
||||
@Override
|
||||
public View resolveViewName(final String viewName, Locale locale) {
|
||||
return new AbstractView () {
|
||||
return new AbstractView() {
|
||||
@Override
|
||||
public String getContentType() {
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user