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

fix JavaDoc

File:
1 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 {
Note: See TracChangeset for help on using the changeset viewer.