segString is internal

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1103232 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2011-05-14 21:35:05 +00:00
parent 81155e24d5
commit 482c0949ca
1 changed files with 1 additions and 0 deletions

View File

@ -3485,6 +3485,7 @@ public class IndexWriter implements Closeable {
return buffer.toString(); return buffer.toString();
} }
/** @lucene.internal */
public synchronized String segString(SegmentInfo info) throws IOException { public synchronized String segString(SegmentInfo info) throws IOException {
StringBuilder buffer = new StringBuilder(); StringBuilder buffer = new StringBuilder();
SegmentReader reader = readerPool.getIfExists(info); SegmentReader reader = readerPool.getIfExists(info);