Ignore:
Timestamp:
2013-07-26T13:38:17+02:00 (11 years ago)
Author:
bastiK
Message:

see #8902 - add missing @Override annotations (patch by shinigami)

File:
1 edited

Legend:

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

    r5170 r6084  
    4747    }
    4848
     49    @Override
    4950    public Bounds getBounds() {
    5051        if (bounds == null)
     
    5455    }
    5556
     57    @Override
    5658    public Collection<WayPoint> getWayPoints() {
    5759        return wayPoints;
    5860    }
    5961
     62    @Override
    6063    public double length() {
    6164        return length;
    6265    }
    6366
     67    @Override
    6468    public int getUpdateCount() {
    6569        return 0;
Note: See TracChangeset for help on using the changeset viewer.