mirror of https://github.com/apache/lucene.git
close() not implemented
This commit is contained in:
parent
4a12a260a8
commit
940a337105
|
@ -193,5 +193,10 @@ public class SmileResponseWriter extends BinaryResponseWriter {
|
|||
public int decLevel() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void close() throws IOException {
|
||||
gen.close();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue