Index: trunk/src/org/openstreetmap/josm/data/validation/routines/package.html
===================================================================
--- trunk/src/org/openstreetmap/josm/data/validation/routines/package.html	(revision 11739)
+++ trunk/src/org/openstreetmap/josm/data/validation/routines/package.html	(revision 11740)
Index: trunk/src/org/openstreetmap/josm/tools/Utils.java
===================================================================
--- trunk/src/org/openstreetmap/josm/tools/Utils.java	(revision 11739)
+++ trunk/src/org/openstreetmap/josm/tools/Utils.java	(revision 11740)
@@ -1507,5 +1507,5 @@
      * @param max maximum value
      * @return the value
-     * @throws IllegalArgumentException if min > max
+     * @throws IllegalArgumentException if {@code min > max}
      * @since 10805
      */
@@ -1528,5 +1528,5 @@
      * @param max maximum value
      * @return the value
-     * @throws IllegalArgumentException if min > max
+     * @throws IllegalArgumentException if {@code min > max}
      * @since 11055
      */
