mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 22:19:03 +00:00
Polish: remove unused private fields, remove empty operator
This commit is contained in:
committed by
Juergen Hoeller
parent
1908080d5c
commit
45e520ed86
+1
-1
@@ -239,7 +239,7 @@ public class ModelResultMatchers {
|
||||
ModelAndView mav = mvcResult.getModelAndView();
|
||||
if (mav == null) {
|
||||
fail("No ModelAndView found");
|
||||
};
|
||||
}
|
||||
return mav;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user