In QuadTreeWriter: - removed two "catch (IOException e)" and declared the IOException should be propagated in the necessary method signatures - replaced "BufferedWriter writer = … and writer.close()" statements with "try with resources" - removed redundancies in writeNodeToFile method
[ Full content available at: https://github.com/apache/sis/pull/11 ] This message was relayed via gitbox.apache.org for [email protected]
