summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <michael@rabbitmq.com>2014-01-21 16:46:21 +0400
committerMichael Klishin <michael@rabbitmq.com>2014-01-21 16:46:21 +0400
commit375b9b6a35e09665d16f973f18c82b3878b460da (patch)
tree7e6137fffc825c06911c5a0c4be6749cbc6e41b6
parent65df23437b13c766de0bccd6be9f04cf061402fb (diff)
downloadrabbitmq-server-bug14587.tar.gz
Be more specificbug14587
-rw-r--r--src/rabbit_misc.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_misc.erl b/src/rabbit_misc.erl
index 16990d02..e8e8c015 100644
--- a/src/rabbit_misc.erl
+++ b/src/rabbit_misc.erl
@@ -681,7 +681,7 @@ sort_field_table(Arguments) ->
%% regardless of what node we are running on. The representation also
%% permits easy identification of the pid's node.
%%
-%% com.rabbitmq.tools.Host#listConnections relies on this format.
+%% com.rabbitmq.tools.Host#listConnections in the Java client relies on this format.
pid_to_string(Pid) when is_pid(Pid) ->
%% see http://erlang.org/doc/apps/erts/erl_ext_dist.html (8.10 and
%% 8.7)