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/gui/mappaint/mapcss/Selector.java

    r8833 r8836  
    128128             * @param e the environment against which we match
    129129             */
    130             public MatchingReferrerFinder(Environment e) {
     130            MatchingReferrerFinder(Environment e) {
    131131                this.e = e;
    132132            }
     
    227227            }
    228228
    229             public MultipolygonOpenEndFinder(Environment e) {
     229            MultipolygonOpenEndFinder(Environment e) {
    230230                super(e);
    231231            }
     
    245245                }
    246246            };
    247 
    248247        }
    249248
Note: See TracChangeset for help on using the changeset viewer.