jdk/test/javax/management/mxbean/ComparatorExceptionTest.java
changeset 44423 306c020eb154
parent 30376 2ccf2cf7ea48
equal deleted inserted replaced
44422:14ab3266fe62 44423:306c020eb154
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 6601652
    26  * @bug 6601652
    27  * @summary Test exception when SortedMap or SortedSet has non-null Comparator
    27  * @summary Test exception when SortedMap or SortedSet has non-null Comparator
    28  * @author Eamonn McManus
    28  * @author Eamonn McManus
    29  * @modules java.management
       
    30  */
    29  */
    31 
    30 
    32 import java.util.SortedMap;
    31 import java.util.SortedMap;
    33 import java.util.SortedSet;
    32 import java.util.SortedSet;
    34 import java.util.TreeMap;
    33 import java.util.TreeMap;