jdk/test/java/nio/charset/Charset/CharsetContainmentTest.java
changeset 44115 bb4e971bf5d4
parent 5506 202f599c92aa
child 47115 5e68e293e7a1
equal deleted inserted replaced
44114:c6c96b739bad 44115:bb4e971bf5d4
    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 /* @test
    24 /* @test
    25    @bug 4626545 4696726
    25  * @bug 4626545 4696726
    26    @summary Checks the inter containment relationships between NIO charsets
    26  * @summary Checks the inter containment relationships between NIO charsets
       
    27  * @modules jdk.charsets
    27  */
    28  */
    28 
    29 
    29 import java.nio.charset.*;
    30 import java.nio.charset.*;
    30 
    31 
    31 public class CharsetContainmentTest {
    32 public class CharsetContainmentTest {