Ignore:
Timestamp:
2016-07-25T09:15:56+02:00 (8 years ago)
Author:
Don-vip
Message:

sonar - pmd:UselessQualifiedThis - Useless qualified this usage in the same class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/gpx/GpxData.java

    r10608 r10634  
    362362     */
    363363    public Iterable<Collection<WayPoint>> getLinesIterable(final boolean[] trackVisibility) {
    364         return () -> new LinesIterator(GpxData.this, trackVisibility);
     364        return () -> new LinesIterator(this, trackVisibility);
    365365    }
    366366
Note: See TracChangeset for help on using the changeset viewer.