- Cosmetics (tabs, indentation)

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@157225 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Otis Gospodnetic 2005-03-12 03:50:54 +00:00
parent 1a3ce57455
commit 0f8b179e57
1 changed files with 7 additions and 8 deletions

View File

@ -656,8 +656,7 @@ public class IndexWriter {
throws IOException {
final String mergedName = newSegmentName();
if (infoStream != null) infoStream.print("merging segments");
SegmentMerger merger =
new SegmentMerger(this, mergedName);
SegmentMerger merger = new SegmentMerger(this, mergedName);
final Vector segmentsToDelete = new Vector();
for (int i = minSegment; i < segmentInfos.size(); i++) {