Skip to content

Commit

Permalink
Small update
Browse files Browse the repository at this point in the history
  • Loading branch information
JVerstry committed Apr 7, 2013
1 parent a8ad9d7 commit 7f4a207
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -18,7 +18,6 @@ public class MyController {
public ModelAndView index() {

ModelAndView result = new ModelAndView("index");

result.addObject("items", this.someItemService.getAll());

return result;
Expand Down

0 comments on commit 7f4a207

Please sign in to comment.