Ignore:
Timestamp:
2013-04-29T00:09:53+02:00 (11 years ago)
Author:
stoecker
Message:

fix all remaining javadoc warnings

File:
1 edited

Legend:

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

    r4431 r5909  
    7979     *
    8080     * <p><strong>Caveat:</strong> doesn't listen to projection changes. Clients must
    81      * {@link #reproject() trigger a reprojection} or {@link #invalidateEastNorthCache() invalidate the internal cache}.</p>
     81     * {@link #invalidateEastNorthCache() invalidate the internal cache}.</p>
    8282     *
    8383     * @return the east north coordinates or {@code null}
    8484     * @see #invalidateEastNorthCache()
    85      *
    8685     */
    8786    public final EastNorth getEastNorth() {
Note: See TracChangeset for help on using the changeset viewer.