Index: trunk/test/unit/org/openstreetmap/josm/plugins/PluginHandlerTestIT.java
===================================================================
--- trunk/test/unit/org/openstreetmap/josm/plugins/PluginHandlerTestIT.java	(revision 18636)
+++ trunk/test/unit/org/openstreetmap/josm/plugins/PluginHandlerTestIT.java	(revision 18637)
@@ -188,5 +188,5 @@
             if (org.openstreetmap.josm.data.validation.Test.class.isAssignableFrom(clazz)
             && !Objects.equals(org.openstreetmap.josm.data.validation.Test.class, clazz)) {
-                // clazz.getName().hashCode() is how the base error codes are calculated since xxx
+                // clazz.getName().hashCode() is how the base error codes are calculated since r18636
                 // We want to avoid cases where the hashcode is too close, so we want to
                 // ensure that there is at least 1m available codes after the hashCode.
