Ignore:
Timestamp:
2014-02-25T01:31:24+01:00 (10 years ago)
Author:
Don-vip
Message:

fix some Sonar issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/widgets/BoundingBoxSelectionPanel.java

    r6380 r6883  
    121121    }
    122122
    123     static private class LatitudeValidator extends AbstractTextComponentValidator {
     123    private static class LatitudeValidator extends AbstractTextComponentValidator {
    124124
    125125        public static void decorate(JTextComponent tc) {
     
    161161    }
    162162
    163     static private class LongitudeValidator extends AbstractTextComponentValidator{
     163    private static class LongitudeValidator extends AbstractTextComponentValidator{
    164164
    165165        public static void decorate(JTextComponent tc) {
Note: See TracChangeset for help on using the changeset viewer.