diff src/main/java/app/bbs/DistributeApp.java @ 192:3202a2a427b1

bug fix
author tatsuki
date Tue, 20 Jan 2015 09:30:59 +0900
parents 5d0734fd859d
children 89c15aa2bc6d
line wrap: on
line diff
--- a/src/main/java/app/bbs/DistributeApp.java	Thu Jan 15 09:23:23 2015 +0900
+++ b/src/main/java/app/bbs/DistributeApp.java	Tue Jan 20 09:30:59 2015 +0900
@@ -1,6 +1,5 @@
 package app.bbs;
 
-import jp.ac.u_ryukyu.ie.cr.shoshi.jungle.util.TreeMapOrd;
 import alice.jungle.remote.RemoteConfig;
 import alice.topology.node.TopologyNode;
 import app.bbs.codesegment.StartBBSCodeSegment;
@@ -8,8 +7,8 @@
 public class DistributeApp {
     public static void main(String[] args) throws Exception {
         RemoteConfig conf = new RemoteConfig(args);
+        System.out.println(System.getProperty("java.version"));
         if (conf.getManagerHostName() == null) {
-          System.out.println(System.getProperty("java.version"));
             // String localHostName ="localhost";
             // HostMessage host = new HostMessage(localHostName, conf.localPort);
             StartBBSCodeSegment cs1 = new StartBBSCodeSegment(args, conf.bbsPort);