- 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:
Otis Gospodnetic 2005-09-25 23:55:54 +00:00
parent 32fb624ebc
commit 45a706eb30
1 changed files with 6 additions and 6 deletions

View File

@ -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.