mirror of https://github.com/apache/activemq.git
Added toString so that object is esier to view under a debugger.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@376855 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d86f77f462
commit
404c73bcc5
|
@ -39,4 +39,8 @@ public class SubscriptionKey {
|
|||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
return clientId+":"+subscriptionName;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue