CCob / bittrex4j

Java library for accessing the Bittrex Web API's and Web Sockets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

removal of finalize()

aleqs opened this issue · comments

commented

this is a minor thing, but it would be cleaner to either remove finalize() from BittrexExchange altogether or implement Closeable instead. i think it is expected that users can take care of resource management themselves :)

Yes, this certainly would make more sense in modern day java. I'll caught up in a few other things this coming week so hopefully get to in next week. Happy to take a PR too 😉

Just pushed this change to develop, will be in the next release

commented

thank you, looks good!