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/io/NmeaReader.java

    r4243 r5108  
    209209            currentTrack.add(ps.waypoints);
    210210            data.tracks.add(new ImmutableGpxTrack(currentTrack, Collections.<String, Object>emptyMap()));
    211             data.recalculateBounds();
    212211
    213212        } catch (final IOException e) {
Note: See TracChangeset for help on using the changeset viewer.