can't override interface until Java 1.6

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1135525 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2011-06-14 12:25:44 +00:00
parent 69790c3c0c
commit 562f10c4e8
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ public class InputStreamDataInput extends DataInput implements Closeable {
}
}
@Override
//@Override -- not until Java 1.6
public void close() throws IOException {
is.close();
}