Ignore:
Timestamp:
2017-08-27T17:24:14+02:00 (7 years ago)
Author:
Don-vip
Message:

see #15182 - move CyclicUploadDependencyException from actions.upload to data.osm (used in data.APIDataSet)

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/CyclicUploadDependencyException.java

    r12672 r12673  
    11// License: GPL. For details, see LICENSE file.
    2 package org.openstreetmap.josm.actions.upload;
     2package org.openstreetmap.josm.data.osm;
    33
    44import static org.openstreetmap.josm.tools.I18n.tr;
     
    99import java.util.Stack;
    1010
    11 import org.openstreetmap.josm.data.osm.Relation;
    12 
    1311/**
    1412 * This is an exception that is thrown if the user attempts to upload a list of relations with a cyclic dependency in them
     13 * @since 12673 (moved from {@code action.upload} package)
    1514 */
    1615public class CyclicUploadDependencyException extends Exception {
Note: See TracChangeset for help on using the changeset viewer.