• 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

Revision2481 (tree)
Time2022-11-05 11:11:01
Authort_nakayama1971

Log Message

(empty log message)

Change Summary

Incremental Difference

--- trunk/framework/pjBat/src/main/java/project/batch/sample/Sample.java (revision 2480)
+++ trunk/framework/pjBat/src/main/java/project/batch/sample/Sample.java (revision 2481)
@@ -75,8 +75,8 @@
7575 LogManager.getLogger().error(ex.getMessage(), ex);
7676 }
7777
78- this.addFile("c:\\temp\\aaa.txt", "AAA");
79- this.addFile("c:\\temp\\bbb.txt", "BBB");
78+ addFile("c:\\temp\\aaa.txt", "AAA");
79+ addFile("c:\\temp\\bbb.txt", "BBB");
8080
8181 LogManager.getLogger().debug("end perform");
8282