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/UploadStrategySpecification.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 java.util.Objects;
     
    1414 * <li>whether to close the changeset used after the upload</li>
    1515 * </ul>
     16 * @since 12687 (moved from {@code gui.io} package)
    1617 */
    1718public class UploadStrategySpecification {
Note: See TracChangeset for help on using the changeset viewer.