Index: /trunk/src/org/openstreetmap/josm/data/validation/TestError.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/data/validation/TestError.java	(revision 10777)
+++ /trunk/src/org/openstreetmap/josm/data/validation/TestError.java	(revision 10778)
@@ -59,6 +59,6 @@
      * @param description The translated description
      * @param descriptionEn The English description
+     * @param code The test error reference code
      * @param primitives The affected primitives
-     * @param code The test error reference code
      * @param highlighted OSM primitives to highlight
      */
@@ -80,6 +80,6 @@
      * @param severity The severity of this error
      * @param message The error message
+     * @param code The test error reference code
      * @param primitives The affected primitives
-     * @param code The test error reference code
      * @param highlighted OSM primitives to highlight
      */
@@ -96,6 +96,6 @@
      * @param description The translated description
      * @param descriptionEn The English description
+     * @param code The test error reference code
      * @param primitives The affected primitives
-     * @param code The test error reference code
      */
     public TestError(Test tester, Severity severity, String message, String description, String descriptionEn,
@@ -109,6 +109,6 @@
      * @param severity The severity of this error
      * @param message The error message
+     * @param code The test error reference code
      * @param primitives The affected primitives
-     * @param code The test error reference code
      */
     public TestError(Test tester, Severity severity, String message, int code, Collection<? extends OsmPrimitive> primitives) {
@@ -121,6 +121,6 @@
      * @param severity The severity of this error
      * @param message The error message
+     * @param code The test error reference code
      * @param primitive The affected primitive
-     * @param code The test error reference code
      */
     public TestError(Test tester, Severity severity, String message, int code, OsmPrimitive primitive) {
@@ -136,6 +136,6 @@
      * @param description The translated description
      * @param descriptionEn The English description
+     * @param code The test error reference code
      * @param primitive The affected primitive
-     * @param code The test error reference code
      */
     public TestError(Test tester, Severity severity, String message, String description, String descriptionEn,
