Ignore:
Timestamp:
2014-10-01T23:24:11+02:00 (11 years ago)
Author:
stoecker
Message:

fix JavaDoc

Location:
trunk/src/org/openstreetmap/josm/tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/ExifReader.java

    r7299 r7592  
    3737     * @param filename The JPEG file to read
    3838     * @return The date/time read in the EXIF section, or {@code null} if not found
    39      * @throws ParseException if {@link DateParser#parse} fails to parse date/time
     39     * @throws ParseException if {@link PrimaryDateParser#parse} fails to parse date/time
    4040     */
    4141    public static Date readTime(File filename) throws ParseException {
  • trunk/src/org/openstreetmap/josm/tools/GeoPropertyIndex.java

    r7509 r7592  
    6262    /**
    6363     * Look up the property for a certain point.
    64      * This gives the same result as {@link #geoProp#get(LatLon)}, but
     64     * This gives the same result as {@link GeoProperty#get(LatLon)}, but
    6565     * should be faster.
    6666     * @param ll the point coordinates
Note: See TracChangeset for help on using the changeset viewer.