Ignore:
Timestamp:
2015-06-11T01:00:43+02:00 (10 years ago)
Author:
Don-vip
Message:

Hide implicit public constructor for utility classes

File:
1 edited

Legend:

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

    r8377 r8487  
    5151    private static volatile GeoPropertyIndex<Boolean> rlCache;
    5252
     53    private RightAndLefthandTraffic() {
     54        // Hide implicit public constructor for utility classes
     55    }
     56
    5357    /**
    5458     * Check if there is right-hand traffic at a certain location.
     
    7882        rlCache = new GeoPropertyIndex<Boolean>(new RLTrafficGeoProperty(), 24);
    7983    }
    80 
    8184}
Note: See TracChangeset for help on using the changeset viewer.