- Timestamp:
- 2017-03-01T22:02:08+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/UpdateSelectionAction.java
r11553 r11643 73 73 public static void updatePrimitive(PrimitiveId id) { 74 74 ensureParameterNotNull(id, "id"); 75 updatePrimitives(Collections. singleton(Optional.ofNullable(Optional.ofNullable(75 updatePrimitives(Collections.<OsmPrimitive>singleton(Optional.ofNullable(Optional.ofNullable( 76 76 Main.getLayerManager().getEditLayer()).orElseThrow( 77 77 () -> new IllegalStateException(tr("No current dataset found")))
Note:
See TracChangeset
for help on using the changeset viewer.