Ignore:
Timestamp:
2013-04-20T22:41:13+02:00 (11 years ago)
Author:
stoecker
Message:

fix javadoc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/layer/geoimage/CorrelateGpxWithImages.java

    r5886 r5891  
    10691069     * Returns a list of images that fulfill the given criteria.
    10701070     * Default setting is to return untagged images, but may be overwritten.
    1071      * @param boolean all -- returns all available images
    1072      * @param boolean noexif -- returns untagged images without EXIF-GPS coords
    1073      *                          this parameter is irrelevant if <code>all</code> is true
    1074      * @param boolean exif -- also returns images with exif-gps info
    1075      * @param boolean tagged -- also returns tagged images
    1076      * @return ArrayList<ImageEntry> matching images
     1071     * @param exif also returns images with exif-gps info
     1072     * @param tagged also returns tagged images
     1073     * @return matching images
    10771074     */
    10781075    private ArrayList<ImageEntry> getSortedImgList(boolean exif, boolean tagged) {
Note: See TracChangeset for help on using the changeset viewer.