40c827a3b8
A static code analysis revealed that we are not closing the input stream in the find_file_structure endpoint. This actually makes no difference in practice, as the particular InputStream implementation in this case is org.elasticsearch.common.bytes.BytesReferenceStreamInput and its close() method is a no-op. However, it is good practice to close the stream anyway. |
||
---|---|---|
.. | ||
licenses | ||
qa | ||
src | ||
build.gradle |