mirror of https://github.com/apache/activemq.git
added size to toString() method
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@632047 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
571a253df7
commit
e31ca80546
|
@ -71,7 +71,7 @@ class HashPage {
|
|||
}
|
||||
|
||||
public String toString() {
|
||||
return "HashPage[" + getId() + ":" + binId + "]";
|
||||
return "HashPage[" + getId() + ":" + binId + ":" + id+"] size = " + hashIndexEntries.size();
|
||||
}
|
||||
|
||||
public boolean equals(Object o) {
|
||||
|
|
Loading…
Reference in New Issue