Changeset 30307 in osm for applications/editors/josm/plugins/reverter/src
- Timestamp:
- 2014-02-26T23:49:03+01:00 (11 years ago)
- 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 13 13 import org.openstreetmap.josm.Main; 14 14 import org.openstreetmap.josm.command.Command; 15 import org.openstreetmap.josm.command.ConflictAddCommand;16 15 import org.openstreetmap.josm.command.DeleteCommand; 16 import org.openstreetmap.josm.command.conflict.ConflictAddCommand; 17 17 import org.openstreetmap.josm.data.conflict.Conflict; 18 18 import org.openstreetmap.josm.data.coor.LatLon; -
applications/editors/josm/plugins/reverter/src/reverter/RevertChangesetTask.java
r30031 r30307 9 9 import org.openstreetmap.josm.Main; 10 10 import org.openstreetmap.josm.command.Command; 11 import org.openstreetmap.josm.command. ConflictAddCommand;11 import org.openstreetmap.josm.command.conflict.ConflictAddCommand; 12 12 import org.openstreetmap.josm.gui.Notification; 13 13 import org.openstreetmap.josm.gui.PleaseWaitRunnable;
Note:
See TracChangeset
for help on using the changeset viewer.