jaxp/src/com/sun/org/apache/xerces/internal/impl/Version.java
changeset 14941 01e5737f9a1b
parent 12457 c348e06f0e82
child 25264 040625ce9b72
equal deleted inserted replaced
14940:2f2e4c3c6f47 14941:01e5737f9a1b
    72     // Data
    72     // Data
    73     //
    73     //
    74 
    74 
    75     /** Version string.
    75     /** Version string.
    76      * @deprecated  getVersion() should be used instead.  */
    76      * @deprecated  getVersion() should be used instead.  */
    77     public static String fVersion = "Xerces-J 2.7.1";
    77     public static final String fVersion = getVersion();
    78 
    78 
    79     private static final String fImmutableVersion = "Xerces-J 2.7.1";
    79     private static final String fImmutableVersion = "Xerces-J 2.7.1";
    80 
    80 
    81     // public methods
    81     // public methods
    82 
    82