- Timestamp:
- 2016-07-23T15:50:51+02:00 (8 years ago)
- Location:
- trunk/src/org/openstreetmap/josm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/PrimitiveDeepCopy.java
r10604 r10609 5 5 import java.io.IOException; 6 6 import java.util.ArrayList; 7 import java.util.Collection;8 7 import java.util.Collections; 9 8 import java.util.List; … … 26 25 27 26 /** 28 * Constructs a new {@code PrimitiveDeepCopy} without data. Use {@link #makeCopy(Collection)} after that.27 * Constructs a new {@code PrimitiveDeepCopy} without data. 29 28 */ 30 29 public PrimitiveDeepCopy() { -
trunk/src/org/openstreetmap/josm/gui/layer/MapViewPaintable.java
r10600 r10609 61 61 * Called whenever a {@link PaintableInvalidationEvent} is fired. This might be called from any thread. 62 62 * @param event The event 63 * @ ince 10600 (renamed)63 * @since 10600 (renamed) 64 64 */ 65 65 void paintableInvalidated(PaintableInvalidationEvent event);
Note:
See TracChangeset
for help on using the changeset viewer.