Ignore:
Timestamp:
2016-09-07T01:23:17+02:00 (8 years ago)
Author:
Don-vip
Message:

remove deprecated stuff - gsoc-core

File:
1 edited

Legend:

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

    r10891 r10972  
    9494 * @author imi
    9595 */
    96 public final class DataSet implements Data, Cloneable, ProjectionChangeListener {
     96public final class DataSet implements Data, ProjectionChangeListener {
    9797
    9898    /**
     
    919919            fireSelectionChanged();
    920920        }
    921     }
    922 
    923     /**
    924      * Return a copy of this dataset
    925      * @deprecated Use the copy constructor instead. Remove in July 2016
    926      */
    927     @Deprecated
    928     @Override
    929     public DataSet clone() {
    930         return new DataSet(this);
    931921    }
    932922
Note: See TracChangeset for help on using the changeset viewer.