Changeset 10609 in josm for trunk/src


Ignore:
Timestamp:
2016-07-23T15:50:51+02:00 (8 years ago)
Author:
Don-vip
Message:

fix javadoc

Location:
trunk/src/org/openstreetmap/josm
Files:
2 edited

Legend:

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

    r10604 r10609  
    55import java.io.IOException;
    66import java.util.ArrayList;
    7 import java.util.Collection;
    87import java.util.Collections;
    98import java.util.List;
     
    2625
    2726    /**
    28      * Constructs a new {@code PrimitiveDeepCopy} without data. Use {@link #makeCopy(Collection)} after that.
     27     * Constructs a new {@code PrimitiveDeepCopy} without data.
    2928     */
    3029    public PrimitiveDeepCopy() {
  • trunk/src/org/openstreetmap/josm/gui/layer/MapViewPaintable.java

    r10600 r10609  
    6161         * Called whenever a {@link PaintableInvalidationEvent} is fired. This might be called from any thread.
    6262         * @param event The event
    63          * @ince 10600 (renamed)
     63         * @since 10600 (renamed)
    6464         */
    6565        void paintableInvalidated(PaintableInvalidationEvent event);
Note: See TracChangeset for help on using the changeset viewer.