Ignore:
Timestamp:
2008-06-15T12:28:42+02:00 (17 years ago)
Author:
ramack
Message:

patch by bruce89, closes #812; thanks bruce

Location:
trunk/src/org/openstreetmap/josm/data/gpx
Files:
2 edited

Legend:

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

    r647 r655  
    1212
    1313/**
    14  * objects of this class represent a gpx file with tracks, waypoints and routes
    15  * it uses GPX1.1 see http://www.topografix.com/GPX/1/1/ for details
     14 * Objects of this class represent a gpx file with tracks, waypoints and routes.
     15 * It uses GPX v1.1, see {@link <a href="http://www.topografix.com/GPX/1/1/">the spec</a>}
     16 * for details.
    1617 *
    1718 * @author Raphael Mack <ramack@raphael-mack.de>
  • trunk/src/org/openstreetmap/josm/data/gpx/WayPoint.java

    r647 r655  
    3333       
    3434        /**
    35          * convert the time stamp of ther waypoint into seconds from the epoch
    36          * @return seconds
     35         * Convert the time stamp of the waypoint into seconds from the epoch
    3736         */
    3837        public void setTime () {
Note: See TracChangeset for help on using the changeset viewer.