joaopsilva / binance-java-api

binance-java-api is a lightweight Java library for the Binance API, supporting synchronous and asynchronous requests, as well as event streaming using WebSockets.
208 stars 803 forks source link

cleanup code smells and remove autoboxing #34

Closed laurinvesely closed 3 years ago

laurinvesely commented 3 years ago

autoboxing can create some problems in certain circumstances, also the code was cleaned and some code smells removed