You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@fluo.apache.org by GitBox <gi...@apache.org> on 2018/06/11 05:28:31 UTC

[GitHub] kpm1985 opened a new pull request #1039: FLUO-1038 Use try with resources for streams in FluoAdminImpl

kpm1985 opened a new pull request #1039: FLUO-1038 Use try with resources for streams in FluoAdminImpl
URL: https://github.com/apache/fluo/pull/1039
 
 
   For #1038 use try with resources for all streams, even byte array based streams so we can: 
   a) be consistent with streams and use of try with resources
   b) if the stream is ever changed to one that _needs_ to be closed it is already wrapped

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services