mirror of https://github.com/apache/lucene.git
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:
parent
4291f52c70
commit
b0cadddc64
|
@ -199,4 +199,9 @@ final class SegmentCoreReaders {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "SegmentCoreReader(owner=" + owner + ")";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue