Commit 9d378d9a by Nepxion

去掉废弃代码

parent 315d8758
......@@ -101,8 +101,6 @@ public class RouterEndpoint {
String version = pluginAdapter.getVersion();
String host = pluginAdapter.getHost(registration);
int port = pluginAdapter.getPort(registration);
// String host = HostUtil.getLocalhost();
// int port = pluginContainerInitializedHandler.getPort();
RouterEntity routerEntity = new RouterEntity();
routerEntity.setServiceId(serviceId);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment