Closed ghost closed 8 years ago
Maybe you need to close the BufferedReader, but I can´t see how that should make you stop pull requesting!
@AndersBillLinden, there's no need to manually close it. BufferedReader class implements the AutoCloseble interface, which allows the try-catch (Which is actually Java 8's try-with-resources) to automatically close the BufferedReader internally.
But although it's not needed, I like to share information :)
Note: If it's not alright for any reason, I won't pull-request more. Although I would be glad to help when possible :)