Changeset 19391 in josm for trunk/src


Ignore:
Timestamp:
2025-04-24T12:22:39+02:00 (5 days ago)
Author:
stoecker
Message:

fix typo in Javadoc

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

Legend:

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

    r19387 r19391  
    228228
    229229    /**
    230      * Return the exif GPS coordinates datum value.
     230     * Return the EXIF GPS coordinates datum value.
    231231     * @return The datum value
    232232     * @since 19387
     
    240240
    241241    /**
    242      * Return the exif GPS processing method string
     242     * Return the EXIF GPS processing method string
    243243     * @return the processing method string
    244244     * @since 19387
     
    550550    }
    551551
     552    /**
     553     * Sets the EXIF coordinate.
     554     * @param exifCoor the coordinate
     555     */
    552556    public void setExifCoor(LatLon exifCoor) {
    553557        this.exifCoor = exifCoor;
     
    571575
    572576    /**
    573      * Sets the exif GPS track (move direction angle)
    574      * @param exifGpsTrack the exif GPS track angle
     577     * Sets the EXIF GPS track (move direction angle)
     578     * @param exifGpsTrack the EXIF GPS track angle
    575579     * @since 19387
    576580     */
     
    581585
    582586    /**
    583      * Sets the exif horizontal positioning error
    584      * @param exifHposErr the Exif horizontal positionning error
     587     * Sets the EXIF horizontal positioning error
     588     * @param exifHPosErr the EXIF horizontal positionning error
    585589     * @since 19387
    586590     */
  • trunk/src/org/openstreetmap/josm/gui/layer/geoimage/ImageMetadata.java

    r19387 r19391  
    263263    /**
    264264     * Sets the EXIF horizontal positioning error.
    265      * @param exifHposErr the EXIF horizontal positionning error
     265     * @param exifHPosErr the EXIF horizontal positionning error
    266266     * @since 19387
    267267     */
Note: See TracChangeset for help on using the changeset viewer.