Changeset 19578 in josm for trunk/src/org
- Timestamp:
- 2026-06-04T06:16:56+02:00 (29 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/history/HistoryBrowserModel.java
r17903 r19578 46 46 import org.openstreetmap.josm.tools.CheckParameterUtil; 47 47 import org.openstreetmap.josm.tools.ColorScale; 48 import org.openstreetmap.josm.tools.Logging;49 48 50 49 /** … … 143 142 return false; 144 143 145 //try creating a history primitive. if that fails, the primitive cannot be used.146 try {147 HistoryOsmPrimitive.forOsmPrimitive(primitive);148 } catch (IllegalArgumentException ign) {149 Logging.trace(ign);150 return false;151 }152 153 144 if (history == null) 154 145 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
