jdk/test/sun/nio/cs/EuroConverter.java
changeset 44115 bb4e971bf5d4
parent 5506 202f599c92aa
child 47025 e78bddc74bf5
equal deleted inserted replaced
44114:c6c96b739bad 44115:bb4e971bf5d4
    25  * @test
    25  * @test
    26  * @bug      4114080
    26  * @bug      4114080
    27  * @summary  Make sure the euro converters, which are derived from
    27  * @summary  Make sure the euro converters, which are derived from
    28  * existing converters, only differ from their parents at the expected
    28  * existing converters, only differ from their parents at the expected
    29  * code point.
    29  * code point.
       
    30  * @modules jdk.charsets
    30  */
    31  */
    31 
    32 
    32 import java.text.*;
    33 import java.text.*;
    33 import java.util.*;
    34 import java.util.*;
    34 import java.io.*;
    35 import java.io.*;