jdk/test/java/util/logging/LocalizedLevelName.java
changeset 44545 83b611b88ac8
parent 42338 a60f280f803c
equal deleted inserted replaced
44480:2c33418a6d57 44545:83b611b88ac8
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 import java.lang.reflect.Module;
       
    25 import java.util.*;
    24 import java.util.*;
    26 import java.util.logging.*;
    25 import java.util.logging.*;
    27 
    26 
    28 /*
    27 /*
    29  * @test
    28  * @test