comparison src/main/java/jp/ac/u_ryukyu/ie/cr/bbs/network/DistributeApp.java @ 3:f3d30646c863

fix error
author tatsuki
date Mon, 27 Jun 2016 05:25:48 +0900
parents 3c188a5b69ef
children 5acde010c6db
comparison
equal deleted inserted replaced
2:3c188a5b69ef 3:f3d30646c863
1 package jp.ac.u_ryukyu.ie.cr.bbs.network; 1 package jp.ac.u_ryukyu.ie.cr.bbs.network;
2 2
3 import alice.topology.node.TopologyNode; 3 import alice.topology.node.TopologyNode;
4 import jp.ac.u_ryukyu.ie.cr.jungleNetwork.bbs.codesegment.StartBBSCodeSegment; 4 import jp.ac.u_ryukyu.ie.cr.bbs.network.codesegment.StartBBSCodeSegment;
5 import jp.ac.u_ryukyu.ie.cr.jungleNetwork.remote.RemoteConfig; 5 import jp.ac.u_ryukyu.ie.cr.jungleNetwork.remote.RemoteConfig;
6 6
7 public class DistributeApp { 7 public class DistributeApp {
8 public static void main(String[] args) throws Exception { 8 public static void main(String[] args) throws Exception {
9 RemoteConfig conf = new RemoteConfig(args); 9 RemoteConfig conf = new RemoteConfig(args);