Ignore:
Timestamp:
2017-08-28T18:16:17+02:00 (7 years ago)
Author:
Don-vip
Message:

see #15182 - move UploadStrategySpecification and required enums from gui.io to io

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/UploadStrategy.java

    r12686 r12687  
    11// License: GPL. For details, see LICENSE file.
    2 package org.openstreetmap.josm.gui.io;
     2package org.openstreetmap.josm.io;
    33
    44import static org.openstreetmap.josm.tools.I18n.tr;
     
    1111/**
    1212 * The chunk mode to use when uploading
     13 * @since 12687 (moved from {@code gui.io} package)
    1314 */
    1415public enum UploadStrategy {
Note: See TracChangeset for help on using the changeset viewer.