| Revision | 125 (tree) |
|---|---|
| Time | 2015-10-08 21:44:50 |
| Author | t_nakayama1971 |
(empty log message)
| @@ -53,9 +53,9 @@ | ||
| 53 | 53 | if (!MsgUtil.hasItemMessage(super.getUniModel(), item)) { |
| 54 | 54 | super.addTopMessage(this.mid, this.prm); |
| 55 | 55 | } |
| 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 | + // } | |
| 59 | 59 | check = Optional.of(check.orElse(new Pair<>(item, Integer.valueOf(j)))); |
| 60 | 60 | } |
| 61 | 61 | } |
| @@ -32,10 +32,10 @@ | ||
| 32 | 32 | private Subject sbj = null; |
| 33 | 33 | /** コールバックハンドラ */ |
| 34 | 34 | 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; | |
| 39 | 39 | /** ログオン状態 */ |
| 40 | 40 | private boolean logon = false; |
| 41 | 41 | /** コミット状態 */ |
| @@ -58,8 +58,8 @@ | ||
| 58 | 58 | final Map<String, ?> sharedState, final Map<String, ?> options) { |
| 59 | 59 | this.sbj = subject; |
| 60 | 60 | this.ch = callback; |
| 61 | -// this.ss = sharedState; | |
| 62 | -// this.opt = options; | |
| 61 | + // this.ss = sharedState; | |
| 62 | + // this.opt = options; | |
| 63 | 63 | |
| 64 | 64 | this.logon = false; |
| 65 | 65 | this.commit = false; |