jaxp/src/com/sun/org/apache/xml/internal/res/XMLErrorResources_zh_CN.java
changeset 20582 594878286b70
parent 16953 a44e04deb948
child 21877 fba4214a30d2
--- a/jaxp/src/com/sun/org/apache/xml/internal/res/XMLErrorResources_zh_CN.java	Wed Jul 05 19:11:15 2017 +0200
+++ b/jaxp/src/com/sun/org/apache/xml/internal/res/XMLErrorResources_zh_CN.java	Tue Oct 08 09:22:29 2013 -0700
@@ -18,7 +18,7 @@
  * limitations under the License.
  */
 /*
- * $Id: XMLErrorResources_zh_CN.java,v 1.2.4.1 2005/09/15 07:45:47 suresh_emailid Exp $
+ * $Id: XMLErrorResources_zh_CN.java /st_wptg_1.8.0.0.0jdk/2 2013/09/16 04:44:25 gmolloy Exp $
  */
 package com.sun.org.apache.xml.internal.res;
 
@@ -179,7 +179,7 @@
   // Error messages...
 
   /** The lookup table for error messages.   */
-  private static final Object[][] _contents = {
+  private static final Object[][] contents = {
 
   /** Error message ID that has a null message, but takes in a single object.    */
     {"ER0000" , "{0}" },
@@ -447,7 +447,7 @@
    */
 
     protected Object[][] getContents() {
-        return _contents;
+        return contents;
     }
 
 }