ethereum / ethereumj

DEPRECATED! Java implementation of the Ethereum yellowpaper. For JSON-RPC and other client features check Ethereum Harmony
GNU Lesser General Public License v3.0
2.18k stars 1.1k forks source link

Removed unused imports from sources #1183

Closed aldoborrero closed 5 years ago

aldoborrero commented 5 years ago

There are a lot of sources that the imports are not being actively used. This PR removes those unused imports to leave the code even more clean.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.004%) to 56.485% when pulling d4b57e21e7fc08a642d1cb11ef4ee4324cb60f6f on enKryptIO:feature/unused-imports-cleanup into 78b4b27e194cc30c5882824c609d1f28a9f74a12 on ethereum:develop.

mkalinin commented 5 years ago

Thanks for your efforts on getting rid of that. But we used to not make such changes aside from updates in logic. Any other contribution would be much appreciated, pick any issue you like from the list and double check with us before starting to work on it.