Ignore:
Timestamp:
2016-05-15T16:37:33+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/gui/bbox/SlippyMapControler.java

    r10152 r10217  
    265265                }
    266266                break;
     267            default:
     268                throw new IllegalStateException(Integer.toString(directionX));
    267269            }
    268270
     
    288290                }
    289291                break;
     292            default:
     293                throw new IllegalStateException(Integer.toString(directionY));
    290294            }
    291295
Note: See TracChangeset for help on using the changeset viewer.