Index: trunk/test/unit/org/CustomMatchers.java
===================================================================
--- trunk/test/unit/org/CustomMatchers.java	(revision 9239)
+++ trunk/test/unit/org/CustomMatchers.java	(revision 9246)
@@ -26,4 +26,5 @@
     /**
      * Matcher for a predicate.
+     * @param <T> type of elements
      * @param predicate the predicate
      * @return matcher for a predicate
Index: trunk/test/unit/org/openstreetmap/josm/TestUtils.java
===================================================================
--- trunk/test/unit/org/openstreetmap/josm/TestUtils.java	(revision 9239)
+++ trunk/test/unit/org/openstreetmap/josm/TestUtils.java	(revision 9246)
@@ -50,4 +50,5 @@
     /**
      * Checks that the given Comparator respects its contract on the given table.
+     * @param <T> type of elements
      * @param comparator The comparator to test
      * @param array The array sorted for test purpose
