コード例 #1
0
 @Override
 public void setUserInfo(UserInfo userInfo) {
   synchronized (ksession) {
     taskService.setUserInfo(userInfo);
   }
 }