Ignore:
Timestamp:
2012-03-31T23:23:15+02:00 (13 years ago)
Author:
donvip
Message:

[josm_opendata] Update to JOSM 5132

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/datasets/WayCombiner.java

    r28044 r28172  
    2828import java.util.Set;
    2929
    30 import org.openstreetmap.josm.actions.CombineWayAction;
    3130import org.openstreetmap.josm.actions.CombineWayAction.NodeGraph;
    3231import org.openstreetmap.josm.command.Command;
     
    3433import org.openstreetmap.josm.corrector.UserCancelException;
    3534import org.openstreetmap.josm.data.osm.Node;
     35import org.openstreetmap.josm.data.osm.OsmPrimitive;
    3636import org.openstreetmap.josm.data.osm.Relation;
    3737import org.openstreetmap.josm.data.osm.TagCollection;
     
    148148        dialog.getTagConflictResolverModel().populate(tagsToEdit, completeWayTags.getKeysWithMultipleValues());
    149149        dialog.setTargetPrimitive(targetWay);
    150         Set<Relation> parentRelations = CombineWayAction.getParentRelations(ways);
     150        Set<Relation> parentRelations = OsmPrimitive.getParentRelations(ways);
    151151        dialog.getRelationMemberConflictResolverModel().populate(
    152152                parentRelations,
Note: See TracChangeset for help on using the changeset viewer.