Index: applications/editors/josm/plugins/photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/UntaggedGeoImageLayerAction.java
===================================================================
--- applications/editors/josm/plugins/photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/UntaggedGeoImageLayerAction.java	(revision 34611)
+++ applications/editors/josm/plugins/photoadjust/src/org/openstreetmap/josm/plugins/photoadjust/UntaggedGeoImageLayerAction.java	(revision 34612)
@@ -31,5 +31,8 @@
     }
 
-    /** Get the layer this menu entry belongs to. */
+    /**
+     * Get the layer this menu entry belongs to.
+     * @return the layer this menu entry belongs to
+     */
     private GeoImageLayer getSelectedLayer() {
         return (GeoImageLayer)LayerListDialog.getInstance().getModel()
@@ -61,5 +64,9 @@
     }
 
-    /** Check if there is any image without coordinates. */
+    /**
+     * Check if there is any image without coordinates.
+     * @param layer geo image layer
+     * @return {@code true} if there is any image without coordinates
+     */
     private boolean enabled(GeoImageLayer layer) {
         if (layer != null) {
