Changeset 15398 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2019-10-01T00:38:23+02:00 (5 years ago)
Author:
Don-vip
Message:

fix unit tests and javadoc

File:
1 edited

Legend:

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

    r15397 r15398  
    710710    * Returns minimum and maximum timestamps for all tracks
    711711    * Warning: there are lot of track with broken timestamps,
    712     * so we just ingore points from future and from year before 1970 in this method
    713     * works correctly @since 5815
     712    * so we just ignore points from future and from year before 1970 in this method
    714713    * @return minimum and maximum dates in array of 2 elements
     714    * @since 7319
    715715    */
    716716    public synchronized Date[] getMinMaxTimeForAllTracks() {
Note: See TracChangeset for help on using the changeset viewer.