Changeset 9246 in josm for trunk/test


Ignore:
Timestamp:
2016-01-01T22:21:21+01:00 (8 years ago)
Author:
Don-vip
Message:

javadoc update

Location:
trunk/test/unit/org
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/CustomMatchers.java

    r8857 r9246  
    2626    /**
    2727     * Matcher for a predicate.
     28     * @param <T> type of elements
    2829     * @param predicate the predicate
    2930     * @return matcher for a predicate
  • trunk/test/unit/org/openstreetmap/josm/TestUtils.java

    r9202 r9246  
    5050    /**
    5151     * Checks that the given Comparator respects its contract on the given table.
     52     * @param <T> type of elements
    5253     * @param comparator The comparator to test
    5354     * @param array The array sorted for test purpose
Note: See TracChangeset for help on using the changeset viewer.