Index: trunk/src/org/openstreetmap/josm/data/validation/tests/DuplicateNode.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/validation/tests/DuplicateNode.java	(revision 17376)
+++ trunk/src/org/openstreetmap/josm/data/validation/tests/DuplicateNode.java	(revision 17377)
@@ -105,5 +105,5 @@
      * If there is exactly one node for a given pos, the map includes a pair &lt;pos, Node&gt;.
      * If there are multiple nodes for a given pos, the map includes a pair
-     * &lt;pos, NodesByEqualTagsMap&gt;
+     * &lt;pos, List&lt;Node&gt;&gt;
      */
     private Storage<Object> potentialDuplicates;
