garydgregory commented on a change in pull request #151:
URL: https://github.com/apache/commons-vfs/pull/151#discussion_r549898643
##########
File path:
commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/ram/RamFileOutputStream.java
##########
@@ -92,13 +90,7 @@ public void close() throws IOException {
if (exception != null) {
throw exception;
}
- try {
- this.closed = true;
- // Close the
- this.file.endOutput();
- } catch (final Exception e) {
- throw new FileSystemException(e);
- }
+ this.closed = true;
Review comment:
Hi @rgoers,
Any thoughts as to whether or not this can break existing users?
TY!
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]