Polish: remove unused private fields, remove empty operator
This commit is contained in:
committed by
Juergen Hoeller
parent
1908080d5c
commit
45e520ed86
@@ -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