Changeset 10422 in josm for trunk/src/org


Ignore:
Timestamp:
2016-06-19T02:15:46+02:00 (8 years ago)
Author:
Don-vip
Message:

fix #12992 - Way with waterway=dam cause false validator warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/properties/PropertiesDialog.java

    r10420 r10422  
    14281428                tagRowSorter.convertRowIndexToModel(tagTable.getSelectedRow());
    14291429            } catch (IndexOutOfBoundsException ignore) {
    1430                 Main.debug(ignore);
    1431                 Main.debug("Clearing tagTable selection");
     1430                Main.trace(ignore);
     1431                Main.trace("Clearing tagTable selection");
    14321432                tagTable.clearSelection();
    14331433            }
Note: See TracChangeset for help on using the changeset viewer.