Mercurial > hg > Database > Christie
changeset 52:bacc42fb65a1
fix topologyFinish commentout system.exit
author | akahori |
---|---|
date | Thu, 23 Aug 2018 09:53:55 +0900 |
parents | 597315102875 |
children | be8c40709e89 |
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 Thu Aug 23 09:32:15 2018 +0900 +++ b/src/main/java/christie/topology/manager/TopologyFinish.java Thu Aug 23 09:53:55 2018 +0900 @@ -25,7 +25,7 @@ if (config.showTime) { System.out.println("TopologymanagerTime = "+ (System.currentTimeMillis()-startTime)); } - System.exit(0); + //System.exit(0); } }