From 375b9b6a35e09665d16f973f18c82b3878b460da Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Tue, 21 Jan 2014 16:46:21 +0400 Subject: Be more specific --- src/rabbit_misc.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1