質問するログイン新規登録

質問編集履歴

1

誤字修正

2016/03/29 10:58

投稿

lupus_dingo
lupus_dingo

スコア257

title CHANGED
File without changes
body CHANGED
@@ -27,9 +27,9 @@
27
27
 
28
28
  @RequestMapping(value = "/insert", method = RequestMethod.GET)
29
29
  public ModelAndView insert(HttpServletRequest req, ModelAndView mav) {
30
- 出し
30
+
31
31
  String p1 =req.getParameter("param1");
32
- // ↓スーパークラスでmessageSource.getMessage("hello.world", null, locale)を呼び
32
+ // ↓スーパークラスでmessageSource.getMessage("hello.world", null, locale)を呼び出し
33
33
  String message = getMessage("hello.world");
34
34
  }
35
35
  }