Index: /trunk/src/org/openstreetmap/josm/data/osm/PrimitiveDeepCopy.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/data/osm/PrimitiveDeepCopy.java	(revision 10608)
+++ /trunk/src/org/openstreetmap/josm/data/osm/PrimitiveDeepCopy.java	(revision 10609)
@@ -5,5 +5,4 @@
 import java.io.IOException;
 import java.util.ArrayList;
-import java.util.Collection;
 import java.util.Collections;
 import java.util.List;
@@ -26,5 +25,5 @@
 
     /**
-     * Constructs a new {@code PrimitiveDeepCopy} without data. Use {@link #makeCopy(Collection)} after that.
+     * Constructs a new {@code PrimitiveDeepCopy} without data.
      */
     public PrimitiveDeepCopy() {
Index: /trunk/src/org/openstreetmap/josm/gui/layer/MapViewPaintable.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/gui/layer/MapViewPaintable.java	(revision 10608)
+++ /trunk/src/org/openstreetmap/josm/gui/layer/MapViewPaintable.java	(revision 10609)
@@ -61,5 +61,5 @@
          * Called whenever a {@link PaintableInvalidationEvent} is fired. This might be called from any thread.
          * @param event The event
-         * @ince 10600 (renamed)
+         * @since 10600 (renamed)
          */
         void paintableInvalidated(PaintableInvalidationEvent event);
