add toString()

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141295 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2011-06-29 22:31:27 +00:00
parent 4291f52c70
commit b0cadddc64
1 changed files with 5 additions and 0 deletions

View File

@ -199,4 +199,9 @@ final class SegmentCoreReaders {
} }
} }
} }
@Override
public String toString() {
return "SegmentCoreReader(owner=" + owner + ")";
}
} }