Mercurial > hg > Database > Christie
changeset 98:c0ce4d151f93
update uncomment System.exit
author | akahori |
---|---|
date | Tue, 18 Sep 2018 09:22:48 +0900 |
parents | 1f7f8d9a4126 |
children | 058db5b0861b |
files | src/main/java/christie/topology/manager/TopologyFinish.java |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/main/java/christie/topology/manager/TopologyFinish.java Mon Sep 17 11:21:13 2018 +0900 +++ b/src/main/java/christie/topology/manager/TopologyFinish.java Tue Sep 18 09:22:48 2018 +0900 @@ -28,7 +28,7 @@ if (topologyManagerConfig.showTime) { System.out.println("TopologymanagerTime = "+ (System.currentTimeMillis()-startTime)); } - //System.exit(0); + System.exit(0); } }