openairplay / jolivia

An Java implementation of DMAP, DAAP, DPAP, DMCP, DACP and RAOP with Guice + Jetty - Essentially a iTunes share, iPhoto share and Airport Express emulation
Other
64 stars 11 forks source link

Cleanup - squid:S2142 - InterruptedException should not be ignored #17

Closed m-ezzat closed 8 years ago

m-ezzat commented 8 years ago

This pull request is focused on resolving occurrences of Sonar rule squid:S2142 - "InterruptedException" should not be ignored

You can find more information about the issue here: https://sonarqube.com/coding_rules#rule_key=squid:S2142

Please let me know if you have any questions.

M-Ezzat