Netflix / astyanax

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

Fixing squid:S128 - Switch cases should end with an unconditional "break" statement #606

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:S128 - Switch cases should end with an unconditional ""break"" statement You can find more information about the issue here: https://dev.eclipse.org/sonar/coding_rules#q=squid:S128 Please let me know if you have any questions. Kirill Vlasov