Code review: libraries.fsstorage
--------------------------------

                 Key: AMDATU-514
                 URL: http://jira.amdatu.org/jira/browse/AMDATU-514
             Project: Amdatu
          Issue Type: Improvement
          Components: Amdatu Core
            Reporter: Jan Willem Janssen
             Fix For: Backlog


My comments:
* FSStorageUtil#close{Input|Output}StreamsSafely: all InputStream- & 
OutputStream-derived classes implement the Closable interface; you can use that 
one to coerse both methods into a single method. The two arguments can also be 
coerced into a single argument, if you derive a ObjectInputStream from another 
stream calling close() on the ObjectInputStream will also close the contained 
stream (defined in the contract).


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
http://jira.amdatu.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
Amdatu-developers mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-developers

Reply via email to