- Added a missing RuntimeException throw.

- s/\t/  /g


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149959 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Otis Gospodnetic 2003-03-03 20:58:25 +00:00
parent 24fa693cff
commit ef7ff202fe
1 changed files with 38 additions and 38 deletions

View File

@ -243,7 +243,7 @@ public final class FSDirectory extends Directory {
try {
in.close();
} catch (IOException e) {
// what can we do?
throw new RuntimeException("could not close input stream", e);
}
}
if (out != null) {