• 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

Revision122 (tree)
Time2015-10-08 21:40:58
Authort_nakayama1971

Log Message

(empty log message)

Change Summary

Incremental Difference

--- trunk/framework/pjBat/src/project/batch/sample/Sample.java (revision 121)
+++ trunk/framework/pjBat/src/project/batch/sample/Sample.java (revision 122)
@@ -55,7 +55,7 @@
5555 fm.setUpdateDatetime(super.getParameter().getDateTime());
5656 fm.setUpdateId("updateUserId");
5757 fm.setVersion(1);
58-// fm.setId(Long.valueOf(5));
58+ // fm.setId(Long.valueOf(5));
5959 dao.insert(fm);
6060
6161 dao.commit();
--- trunk/framework/pjBat/src/project/batch/ScheduledBatch.java (revision 121)
+++ trunk/framework/pjBat/src/project/batch/ScheduledBatch.java (revision 122)
@@ -68,7 +68,7 @@
6868 * コンストラクタ
6969 * @param val タスクリスト
7070 */
71- public Scheduler(final List<FutureJob> val) {
71+ Scheduler(final List<FutureJob> val) {
7272 this.future = val;
7373 }
7474
@@ -192,7 +192,7 @@
192192 * コンストラクタ
193193 * @param fj FutureJob
194194 */
195- public JobCommand(final FutureJob fj) {
195+ JobCommand(final FutureJob fj) {
196196 this.future = fj;
197197 }
198198