TritonDataCenter / java-manta

Java Manta Client SDK
Mozilla Public License 2.0
16 stars 26 forks source link

MANTA-5075 Refactor close() in MantaObjectInputStream #569

Closed indianwhocodes closed 4 years ago

indianwhocodes commented 4 years ago

Since the API behavior of the SDK historically wrt InputStream had similar implementations for close() and abortConnection(). These changes are made to revert to that.