Mercurial > hg > Database > Christie
comparison src/main/java/christie/topology/manager/TopologyFinish.java @ 98:c0ce4d151f93
update uncomment System.exit
author | akahori |
---|---|
date | Tue, 18 Sep 2018 09:22:48 +0900 |
parents | f884c1bd0d36 |
children | 058db5b0861b |
comparison
equal
deleted
inserted
replaced
97:1f7f8d9a4126 | 98:c0ce4d151f93 |
---|---|
26 protected void run(CodeGearManager cgm) { | 26 protected void run(CodeGearManager cgm) { |
27 | 27 |
28 if (topologyManagerConfig.showTime) { | 28 if (topologyManagerConfig.showTime) { |
29 System.out.println("TopologymanagerTime = "+ (System.currentTimeMillis()-startTime)); | 29 System.out.println("TopologymanagerTime = "+ (System.currentTimeMillis()-startTime)); |
30 } | 30 } |
31 //System.exit(0); | 31 System.exit(0); |
32 } | 32 } |
33 | 33 |
34 } | 34 } |