You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by vo...@apache.org on 2017/08/29 07:41:38 UTC

incubator-rocketmq git commit: Polish

Repository: incubator-rocketmq
Updated Branches:
  refs/heads/develop 23b7d7a56 -> 38d70bd54


Polish


Project: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/commit/38d70bd5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/tree/38d70bd5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/diff/38d70bd5

Branch: refs/heads/develop
Commit: 38d70bd54cdc4dfcd64943099ef61c87e57ba264
Parents: 23b7d7a
Author: vongosling <vo...@apache.org>
Authored: Tue Aug 29 15:41:30 2017 +0800
Committer: vongosling <vo...@apache.org>
Committed: Tue Aug 29 15:41:30 2017 +0800

----------------------------------------------------------------------
 common/src/main/java/org/apache/rocketmq/common/MixAll.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/38d70bd5/common/src/main/java/org/apache/rocketmq/common/MixAll.java
----------------------------------------------------------------------
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 e73aa61..c2a915a 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<String> candidatesHost = new ArrayList<String>();
         Enumeration<NetworkInterface> enumeration = NetworkInterface.getNetworkInterfaces();