• R/O
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision125 (tree)
Time2015-10-08 21:44:50
Authort_nakayama1971

Log Message

(empty log message)

Change Summary

Incremental Difference

--- trunk/framework/pjWeb/WEB-INF/src/project/check/existence/AllorNothingCheck.java (revision 124)
+++ trunk/framework/pjWeb/WEB-INF/src/project/check/existence/AllorNothingCheck.java (revision 125)
@@ -53,9 +53,9 @@
5353 if (!MsgUtil.hasItemMessage(super.getUniModel(), item)) {
5454 super.addTopMessage(this.mid, this.prm);
5555 }
56-// if (!MsgUtil.hasItemMessage(super.getUniModel(), item, j)) {
57-// MsgUtil.putItemMessage(super.getUniModel(), item, j, this.mid, this.prm);
58-// }
56+ // if (!MsgUtil.hasItemMessage(super.getUniModel(), item, j)) {
57+ // MsgUtil.putItemMessage(super.getUniModel(), item, j, this.mid, this.prm);
58+ // }
5959 check = Optional.of(check.orElse(new Pair<>(item, Integer.valueOf(j))));
6060 }
6161 }
--- trunk/framework/pjWeb/WEB-INF/src/project/auth/jaas/LogonModule.java (revision 124)
+++ trunk/framework/pjWeb/WEB-INF/src/project/auth/jaas/LogonModule.java (revision 125)
@@ -32,10 +32,10 @@
3232 private Subject sbj = null;
3333 /** コールバックハンドラ */
3434 private CallbackHandler ch = null;
35- /** Sheared State */
36-// private Map ss;
37- /** Options */
38-// private Map opt;
35+ // /** Sheared State */
36+ // private Map ss;
37+ // /** Options */
38+ // private Map opt;
3939 /** ログオン状態 */
4040 private boolean logon = false;
4141 /** コミット状態 */
@@ -58,8 +58,8 @@
5858 final Map<String, ?> sharedState, final Map<String, ?> options) {
5959 this.sbj = subject;
6060 this.ch = callback;
61-// this.ss = sharedState;
62-// this.opt = options;
61+ // this.ss = sharedState;
62+ // this.opt = options;
6363
6464 this.logon = false;
6565 this.commit = false;