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/osm/MultipolygonBuilder.java

    r8734 r8836  
    9999        public List<JoinedPolygon> innerWays;
    100100
    101         public PolygonLevel(JoinedPolygon pol, int level) {
     101        PolygonLevel(JoinedPolygon pol, int level) {
    102102            this.outerWay = pol;
    103103            this.level = level;
     
    345345        private final List<PolygonLevel> output;
    346346
    347         public Worker(List<JoinedPolygon> input, int from, int to, List<PolygonLevel> output) {
     347        Worker(List<JoinedPolygon> input, int from, int to, List<PolygonLevel> output) {
    348348            this.input = input;
    349349            this.from = from;
Note: See TracChangeset for help on using the changeset viewer.