Ignore:
Timestamp:
2014-02-26T23:45:59+01:00 (10 years ago)
Author:
Don-vip
Message:

package refactoring of conflict commands => move all of them to new package command.conflict (some plugins have to be updated)

Location:
trunk/src/org/openstreetmap/josm/command/conflict
Files:
1 added
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/command/conflict/ConflictResolveCommand.java

    r6884 r6887  
    11// License: GPL. For details, see LICENSE file.
    2 package org.openstreetmap.josm.command;
     2package org.openstreetmap.josm.command.conflict;
    33
    44import static org.openstreetmap.josm.tools.I18n.tr;
    55
    66import org.openstreetmap.josm.Main;
     7import org.openstreetmap.josm.command.Command;
    78import org.openstreetmap.josm.data.conflict.Conflict;
    89import org.openstreetmap.josm.data.conflict.ConflictCollection;
Note: See TracChangeset for help on using the changeset viewer.