Ignore:
Timestamp:
2015-11-30T23:38:27+01:00 (8 years ago)
Author:
Don-vip
Message:

pmd - Useless qualified this usage in the same class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/StyledMapRenderer.java

    r9073 r9075  
    18251825                        r.osm,
    18261826                        paintSettings,
    1827                         StyledMapRenderer.this,
     1827                        this,
    18281828                        (r.flags & FLAG_SELECTED) != 0,
    18291829                        (r.flags & FLAG_OUTERMEMBER_OF_SELECTED) != 0,
Note: See TracChangeset for help on using the changeset viewer.