Changeset 34612 in osm for applications/editors/josm/plugins/photoadjust/src
- Timestamp:
- 2018-08-31T01:24:58+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/UntaggedGeoImageLayerAction.java
r33757 r34612 31 31 } 32 32 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 */ 34 37 private GeoImageLayer getSelectedLayer() { 35 38 return (GeoImageLayer)LayerListDialog.getInstance().getModel() … … 61 64 } 62 65 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 */ 64 71 private boolean enabled(GeoImageLayer layer) { 65 72 if (layer != null) {
Note:
See TracChangeset
for help on using the changeset viewer.