# HG changeset patch # User akahori # Date 1534985635 -32400 # Node ID bacc42fb65a16daeabc0da139f912ec32f10d2cb # Parent 5973151028758e5983141648da0cc6d747123f0c fix topologyFinish commentout system.exit diff -r 597315102875 -r bacc42fb65a1 src/main/java/christie/topology/manager/TopologyFinish.java --- 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); } }