Ignore:
Timestamp:
2015-10-08T00:22:36+02:00 (9 years ago)
Author:
Don-vip
Message:

fix Checkstyle issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/validation/tests/DuplicateWay.java

    r8510 r8836  
    4242        private final Map<String, String> keys;
    4343
    44         public WayPair(List<LatLon> coor, Map<String, String> keys) {
     44        WayPair(List<LatLon> coor, Map<String, String> keys) {
    4545            this.coor = coor;
    4646            this.keys = keys;
     
    6868        private final List<LatLon> coor;
    6969
    70         public WayPairNoTags(List<LatLon> coor) {
     70        WayPairNoTags(List<LatLon> coor) {
    7171            this.coor = coor;
    7272        }
Note: See TracChangeset for help on using the changeset viewer.