Ignore:
Timestamp:
2018-08-31T01:24:58+02:00 (6 years ago)
Author:
donvip
Message:

fix javadoc warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/UntaggedGeoImageLayerAction.java

    r33757 r34612  
    3131    }
    3232
    33     /** Get the layer this menu entry belongs to. */
     33    /**
     34     * Get the layer this menu entry belongs to.
     35     * @return the layer this menu entry belongs to
     36     */
    3437    private GeoImageLayer getSelectedLayer() {
    3538        return (GeoImageLayer)LayerListDialog.getInstance().getModel()
     
    6164    }
    6265
    63     /** Check if there is any image without coordinates. */
     66    /**
     67     * Check if there is any image without coordinates.
     68     * @param layer geo image layer
     69     * @return {@code true} if there is any image without coordinates
     70     */
    6471    private boolean enabled(GeoImageLayer layer) {
    6572        if (layer != null) {
Note: See TracChangeset for help on using the changeset viewer.