You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2012/07/08 01:24:03 UTC

svn commit: r1358673 - /xerces/java/branches/xml-schema-1.1-dev/tests/xinclude/Test.java

Author: mrglavas
Date: Sat Jul  7 23:24:03 2012
New Revision: 1358673

URL: http://svn.apache.org/viewvc?rev=1358673&view=rev
Log:
Making a static field final.

Modified:
    xerces/java/branches/xml-schema-1.1-dev/tests/xinclude/Test.java

Modified: xerces/java/branches/xml-schema-1.1-dev/tests/xinclude/Test.java
URL: http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/tests/xinclude/Test.java?rev=1358673&r1=1358672&r2=1358673&view=diff
==============================================================================
--- xerces/java/branches/xml-schema-1.1-dev/tests/xinclude/Test.java (original)
+++ xerces/java/branches/xml-schema-1.1-dev/tests/xinclude/Test.java Sat Jul  7 23:24:03 2012
@@ -69,7 +69,7 @@ public class Test implements XMLErrorHan
     // is meant to be a pass or fail test
     // true means the test should pass
     private static final int NUM_TESTS = 41;
-    private static boolean[] TEST_RESULTS = new boolean[] {
+    private static final boolean[] TEST_RESULTS = new boolean[] {
         // one value for each test
         true, true, true, true, true, true, false, true, false, true, // 10
         false, false, false, false, true, true, true, false, true, true, // 20



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org