changeset 76:c1626d2b4bb4

del Comment
author akahori
date Wed, 05 Sep 2018 09:44:28 +0900
parents 47fbd0394499
children c73f4ff18cfc
files src/main/java/christie/topology/node/IncomingConnectionInfo.java
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/main/java/christie/topology/node/IncomingConnectionInfo.java	Wed Sep 05 09:44:09 2018 +0900
+++ b/src/main/java/christie/topology/node/IncomingConnectionInfo.java	Wed Sep 05 09:44:28 2018 +0900
@@ -24,9 +24,7 @@
     @Override
     protected void run(CodeGearManager cgm) {
         log.info(remoteNodeInfo.toString());
-        //if ( remoteNodeInfo.hostName.equals("")) { // end case
-            //return ;
-        //}
+
         log.info("topology node " + nodeName + " will connect to " + remoteNodeInfo.hostName );
 
         cgm.createRemoteDGM(remoteNodeInfo.connectionName, remoteNodeInfo.hostName, remoteNodeInfo.port);