jaxp/src/javax/xml/namespace/QName.java
changeset 24887 47b6d4800c64
parent 12457 c348e06f0e82
child 25264 040625ce9b72
equal deleted inserted replaced
24801:410bccbded9e 24887:47b6d4800c64
    81      * serialVersionUID values even though its serialization was the
    81      * serialVersionUID values even though its serialization was the
    82      * same.</p>
    82      * same.</p>
    83      *
    83      *
    84      * <p>To workaround this issue, serialVersionUID is set with either
    84      * <p>To workaround this issue, serialVersionUID is set with either
    85      * a default value or a compatibility value.  To use the
    85      * a default value or a compatibility value.  To use the
    86      * compatiblity value, set the system property:</p>
    86      * compatibility value, set the system property:</p>
    87      *
    87      *
    88      * <code>com.sun.xml.namespace.QName.useCompatibleSerialVersionUID=1.0</code>
    88      * <code>com.sun.xml.namespace.QName.useCompatibleSerialVersionUID=1.0</code>
    89      *
    89      *
    90      * <p>This workaround was inspired by classes in the javax.management
    90      * <p>This workaround was inspired by classes in the javax.management
    91      * package, e.g. ObjectName, etc.
    91      * package, e.g. ObjectName, etc.