• 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

Revision79 (tree)
Time2015-08-21 01:26:24
Authort_nakayama1971

Log Message

(empty log message)

Change Summary

Incremental Difference

--- trunk/framework/fwBatch/src/batch/controller/JobManagerImpl.java (revision 78)
+++ trunk/framework/fwBatch/src/batch/controller/JobManagerImpl.java (revision 79)
@@ -152,7 +152,7 @@
152152 }
153153 }
154154
155- if (l == null || l.isEmpty() || !JobState.ID_B_EDIT.equals(l.get(0).getBatSts())) {
155+ if (l == null || l.isEmpty() || JobState.ID_B_EDIT.value() != l.get(0).getBatSts()) {
156156 return;
157157 }
158158