mirror of https://github.com/apache/lucene.git
add Override comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1135527 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
562f10c4e8
commit
5b5936d60d
|
@ -39,6 +39,7 @@ public class OutputStreamDataOutput extends DataOutput implements Closeable {
|
|||
os.write(b, offset, length);
|
||||
}
|
||||
|
||||
// @Override -- not until Java 1.6
|
||||
public void close() throws IOException {
|
||||
os.close();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue