jdk/test/javax/xml/jaxp/PrecisionDecimalDV/XPrecisionDecimalToString.java
changeset 42338 a60f280f803c
parent 35315 67dcc46f8241
equal deleted inserted replaced
42148:7a4a59859ac0 42338:a60f280f803c
    29  * @summary More warning compiling jaxp.
    29  * @summary More warning compiling jaxp.
    30  *   This test only test one of the methods used to implement hashCode()
    30  *   This test only test one of the methods used to implement hashCode()
    31  *   in com.sun.org.apache.xerces.internal.impl.dv.xs.PrecisionDecimalDV$XPrecisionDecimal.
    31  *   in com.sun.org.apache.xerces.internal.impl.dv.xs.PrecisionDecimalDV$XPrecisionDecimal.
    32  *   Since that method is private the test unfortunately needs to use reflection
    32  *   Since that method is private the test unfortunately needs to use reflection
    33  *   to invoke the method.
    33  *   to invoke the method.
    34  * @modules java.xml/com.sun.org.apache.xerces.internal.impl.dv.xs
    34  * @modules java.xml/com.sun.org.apache.xerces.internal.impl.dv.xs:open
    35  * @run main XPrecisionDecimalToString
    35  * @run main XPrecisionDecimalToString
    36  * @author Daniel Fuchs
    36  * @author Daniel Fuchs
    37  */
    37  */
    38 public class XPrecisionDecimalToString {
    38 public class XPrecisionDecimalToString {
    39 
    39