You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: org.springframework.web.portlet/src/main/java/org/springframework/web/portlet/mvc/annotation/AnnotationMethodHandlerAdapter.java
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -237,16 +237,18 @@ public void setCustomArgumentResolvers(WebArgumentResolver[] argumentResolvers)
237
237
}
238
238
239
239
/**
240
-
* Set a custom ModelAndViewResolvers to use for special method return types. Such a custom ModelAndViewResolver will kick
241
-
* in first, having a chance to resolve an return value before the standard ModelAndView handling kicks in.
240
+
* Set a custom ModelAndViewResolvers to use for special method return types.
241
+
* Such a custom ModelAndViewResolver will kick in first, having a chance to
242
+
* resolve an return value before the standard ModelAndView handling kicks in.
0 commit comments