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:
Robert Davies 2008-02-28 16:38:34 +00:00
parent 571a253df7
commit e31ca80546
1 changed files with 1 additions and 1 deletions

View File

@ -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) {