Ignore:
Timestamp:
2014-02-26T23:49:03+01:00 (11 years ago)
Author:
donvip
Message:

[josm_plugins] update to JOSM 6887

Location:
applications/editors/josm/plugins/reverter/src/reverter
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/reverter/src/reverter/ChangesetReverter.java

    r30031 r30307  
    1313import org.openstreetmap.josm.Main;
    1414import org.openstreetmap.josm.command.Command;
    15 import org.openstreetmap.josm.command.ConflictAddCommand;
    1615import org.openstreetmap.josm.command.DeleteCommand;
     16import org.openstreetmap.josm.command.conflict.ConflictAddCommand;
    1717import org.openstreetmap.josm.data.conflict.Conflict;
    1818import org.openstreetmap.josm.data.coor.LatLon;
  • applications/editors/josm/plugins/reverter/src/reverter/RevertChangesetTask.java

    r30031 r30307  
    99import org.openstreetmap.josm.Main;
    1010import org.openstreetmap.josm.command.Command;
    11 import org.openstreetmap.josm.command.ConflictAddCommand;
     11import org.openstreetmap.josm.command.conflict.ConflictAddCommand;
    1212import org.openstreetmap.josm.gui.Notification;
    1313import org.openstreetmap.josm.gui.PleaseWaitRunnable;
Note: See TracChangeset for help on using the changeset viewer.