cgspace-java-helpers/src/main/java
Alan Orth 9089ffb66f
Add TODO about using try-with-resource
This would automatically close the BufferedReader after we are done
with it, but it also means that the JSON object we create is lost
when we exit the try() scope...

See: https://docs.oracle.com/javase/tutorial/essential/exceptions/tryResourceClose.html
2020-07-31 22:26:33 +03:00
..
org/cgiar/cgspace/ctasks Add TODO about using try-with-resource 2020-07-31 22:26:33 +03:00