diff --git a/common/src/main/java/org/apache/rocketmq/common/MixAll.java b/common/src/main/java/org/apache/rocketmq/common/MixAll.java index e73aa61ba0d5d3d98f520f29d4cd473c01eb0751..c2a915a767a6287083022c8a17aebdde234e6264 100644 --- a/common/src/main/java/org/apache/rocketmq/common/MixAll.java +++ b/common/src/main/java/org/apache/rocketmq/common/MixAll.java @@ -379,7 +379,7 @@ public class MixAll { } } - //FIXME Reverse logic comparing to RemotingUtil method, consider refactor in RocketMQ 5.0 + //Reverse logic comparing to RemotingUtil method, consider refactor in RocketMQ 5.0 public static String getLocalhostByNetworkInterface() throws SocketException { List candidatesHost = new ArrayList(); Enumeration enumeration = NetworkInterface.getNetworkInterfaces();