Ignore:
Timestamp:
2016-05-15T14:48:06+02:00 (8 years ago)
Author:
Don-vip
Message:

findbugs - SF_SWITCH_NO_DEFAULT + various sonar fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/AudioPlayer.java

    r10212 r10216  
    286286                        command.possiblyInterrupt();
    287287                        break;
     288                    default: // Do nothing
    288289                }
    289290            } catch (InterruptedException e) {
     
    355356                            stateChange = State.PAUSED;
    356357                            break;
     358                        default: // Do nothing
    357359                    }
    358360                    command.ok(stateChange);
Note: See TracChangeset for help on using the changeset viewer.