Ignore:
Timestamp:
2012-03-20T11:27:08+01:00 (12 years ago)
Author:
xeen
Message:

remove superfluous calls to recalculateBounds() and add clarifying comment.

File:
1 edited

Legend:

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

    r3119 r5108  
    8383    }
    8484
    85     // FIXME might perhaps use visitor pattern?
     85    /**
     86     * calculates the bounding box of available data and returns it.
     87     * The bounds are not stored internally, but recalculated every time
     88     * this function is called.
     89     *
     90     * FIXME might perhaps use visitor pattern?
     91     */
    8692    public Bounds recalculateBounds() {
    8793        Bounds bounds = null;
Note: See TracChangeset for help on using the changeset viewer.