mirror of https://github.com/apache/lucene.git
- Cosmetics (indentation)
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@291494 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
32fb624ebc
commit
45a706eb30
|
@ -117,13 +117,13 @@ final class SegmentInfos extends Vector {
|
|||
if (format < FORMAT)
|
||||
throw new IOException("Unknown format version: " + format);
|
||||
version = input.readLong(); // read version
|
||||
}
|
||||
}
|
||||
finally {
|
||||
input.close();
|
||||
}
|
||||
}
|
||||
}
|
||||
finally {
|
||||
input.close();
|
||||
}
|
||||
|
||||
if(format < 0)
|
||||
if(format < 0)
|
||||
return version;
|
||||
|
||||
// We cannot be sure about the format of the file.
|
||||
|
|
Loading…
Reference in New Issue