Ignore:
Timestamp:
2017-03-01T22:02:08+01:00 (7 years ago)
Author:
bastiK
Message:

make it compile in Netbeans

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/UpdateSelectionAction.java

    r11553 r11643  
    7373    public static void updatePrimitive(PrimitiveId id) {
    7474        ensureParameterNotNull(id, "id");
    75         updatePrimitives(Collections.singleton(Optional.ofNullable(Optional.ofNullable(
     75        updatePrimitives(Collections.<OsmPrimitive>singleton(Optional.ofNullable(Optional.ofNullable(
    7676                Main.getLayerManager().getEditLayer()).orElseThrow(
    7777                        () -> new IllegalStateException(tr("No current dataset found")))
Note: See TracChangeset for help on using the changeset viewer.