added toString() method

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@516315 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Davies 2007-03-09 06:38:06 +00:00
parent b5a42599b1
commit ba54ee86b2
1 changed files with 4 additions and 0 deletions

View File

@ -72,5 +72,9 @@ public class ConsumerMessageRef{
this.messageId=messageId;
}
public String toString() {
return "ConsumerMessageRef[" + messageId +"]";
}
}