Ignore:
Timestamp:
2014-02-10T00:51:53+01:00 (10 years ago)
Author:
Don-vip
Message:

javadoc fixes for jdk8 compatibility

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

Legend:

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

    r6380 r6830  
    1414/**
    1515 * Objects of this class represent a gpx file with tracks, waypoints and routes.
    16  * It uses GPX v1.1, see {@link <a href="http://www.topografix.com/GPX/1/1/">the spec</a>}
     16 * It uses GPX v1.1, see <a href="http://www.topografix.com/GPX/1/1/">the spec</a>
    1717 * for details.
    1818 *
    19  * @author Raphael Mack <ramack@raphael-mack.de>
     19 * @author Raphael Mack &lt;ramack@raphael-mack.de&gt;
    2020 */
    2121public class GpxData extends WithAttributes {
     
    255255        };
    256256    }
    257    
     257
    258258    /**
    259259     * Iterates over all track segments and then over all routes.
     
    320320        }
    321321    }
    322    
     322
    323323}
  • trunk/src/org/openstreetmap/josm/data/gpx/WithAttributes.java

    r6142 r6830  
    1111 * Base class for various classes in the GPX model.
    1212 *
    13  * @author Frederik Ramm <frederik@remote.org>
     13 * @author Frederik Ramm
    1414 * @since 444
    1515 */
Note: See TracChangeset for help on using the changeset viewer.