Mercurial > hg > Database > Christie
comparison src/main/java/christie/topology/manager/TopologyFinish.java @ 52:bacc42fb65a1
fix topologyFinish commentout system.exit
author | akahori |
---|---|
date | Thu, 23 Aug 2018 09:53:55 +0900 |
parents | ea9657dc8311 |
children | cfd79a71f9cd |
comparison
equal
deleted
inserted
replaced
51:597315102875 | 52:bacc42fb65a1 |
---|---|
23 protected void run(CodeGearManager cgm) { | 23 protected void run(CodeGearManager cgm) { |
24 | 24 |
25 if (config.showTime) { | 25 if (config.showTime) { |
26 System.out.println("TopologymanagerTime = "+ (System.currentTimeMillis()-startTime)); | 26 System.out.println("TopologymanagerTime = "+ (System.currentTimeMillis()-startTime)); |
27 } | 27 } |
28 System.exit(0); | 28 //System.exit(0); |
29 } | 29 } |
30 | 30 |
31 } | 31 } |