mirror of
https://github.com/apache/activemq.git
synced 2025-02-17 07:24:51 +00:00
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…
x
Reference in New Issue
Block a user