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 2011/01/24 05:44:46 UTC

svn commit: r1062646 - /xerces/java/trunk/samples/xni/PSVIWriter.java

Author: mrglavas
Date: Mon Jan 24 04:44:46 2011
New Revision: 1062646

URL: http://svn.apache.org/viewvc?rev=1062646&view=rev
Log:
Making ElementState static. It does not need access to the enclosing class.

Modified:
    xerces/java/trunk/samples/xni/PSVIWriter.java

Modified: xerces/java/trunk/samples/xni/PSVIWriter.java
URL: http://svn.apache.org/viewvc/xerces/java/trunk/samples/xni/PSVIWriter.java?rev=1062646&r1=1062645&r2=1062646&view=diff
==============================================================================
--- xerces/java/trunk/samples/xni/PSVIWriter.java (original)
+++ xerces/java/trunk/samples/xni/PSVIWriter.java Mon Jan 24 04:44:46 2011
@@ -2380,7 +2380,7 @@ public class PSVIWriter implements XMLCo
         return (schemaValue != null) ? schemaValue.getNormalizedValue() : null;
     } // getSchemaNormalizedValue(ItemPSVI)
 
-    class ElementState {
+    static final class ElementState {
         public boolean isEmpty;
         XMLAttributes fAttributes;
 



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