Changeset 17808 in josm for trunk/src/org
- Timestamp:
- 2021-04-20T23:52:29+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/mappaint/mapcss/Selector.java
r17804 r17808 17 17 import java.util.Objects; 18 18 import java.util.Set; 19 import java.util.function.IntFunction;20 import java.util.function.IntSupplier;21 19 import java.util.stream.Collectors; 22 20 … … 26 24 import org.openstreetmap.josm.data.osm.IRelationMember; 27 25 import org.openstreetmap.josm.data.osm.IWay; 28 import org.openstreetmap.josm.data.osm.OsmPrimitive;29 26 import org.openstreetmap.josm.data.osm.OsmPrimitiveType; 30 27 import org.openstreetmap.josm.data.osm.OsmUtils; … … 219 216 if (!left.matches(e)) 220 217 return; 221 } catch (Exception exception){218 } finally { 222 219 e.osm = osm; 223 220 }
Note:
See TracChangeset
for help on using the changeset viewer.