| Revision | 238 (tree) |
|---|---|
| Time | 2016-04-21 21:39:56 |
| Author | t_nakayama1971 |
(empty log message)
| @@ -31,7 +31,7 @@ | ||
| 31 | 31 | if (ServletActionContext.class.isInstance(context)) { |
| 32 | 32 | ServletActionContext sac = ServletActionContext.class.cast(context); |
| 33 | 33 | if (SessionAttribute.getSessionUser(sac.getRequest()) == null) { |
| 34 | - SessionUser m = new SessionUser.Builder(DUMMY_UID).build(); | |
| 34 | + SessionUser m = new SessionUser(DUMMY_UID); | |
| 35 | 35 | SessionAttribute.setSessionUser(sac.getRequest(), m); |
| 36 | 36 | ActionForm form = context.getActionForm(); |
| 37 | 37 | if (UniForm.class.isInstance(form)) { |