Netflix / astyanax

Cassandra Java Client
Apache License 2.0
1.04k stars 357 forks source link

Fixing squid:S1905 - Redundant casts should not be used #607

Open kirill-vlasov opened 8 years ago

kirill-vlasov commented 8 years ago

This pull request is focused on resolving occurrences of Sonar rule squid:S1905 - Redundant casts should not be used You can find more information about the issue here: https://dev.eclipse.org/sonar/coding_rules#q=squid:S1905 Please let me know if you have any questions. Kirill Vlasov