Skip to content

Commit

Permalink
Polish
Browse files Browse the repository at this point in the history
  • Loading branch information
vongosling committed Aug 29, 2017
1 parent 23b7d7a commit 38d70bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ private static String localhost() {
}
}

//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();
Expand Down

0 comments on commit 38d70bd

Please sign in to comment.