• 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

Revision210 (tree)
Time2016-01-22 20:10:36
Authort_nakayama1971

Log Message

(empty log message)

Change Summary

Incremental Difference

--- trunk/framework/pjBat/src/project/batch/ProjectPerform.java (revision 209)
+++ trunk/framework/pjBat/src/project/batch/ProjectPerform.java (revision 210)
@@ -127,8 +127,8 @@
127127 } catch (final PhysicalException ex) {
128128 LogManager.getLogger().info(ex.getMessage());
129129 exitCode = Batch.RET_FAILED;
130- } catch (final SQLException th) {
131- ThrowableUtil.error(th);
130+ } catch (final SQLException t) {
131+ ThrowableUtil.error(t);
132132 exitCode = Batch.RET_FAILED;
133133 } finally {
134134 this.bp.getBatch().printResult();