Author: mrglavas
Date: Mon Jan 24 04:45:26 2011
New Revision: 1062647
URL: http://svn.apache.org/viewvc?rev=1062647&view=rev
Log:
Making ElementState static. It does not need access to the enclosing class.
Modified:
xerces/java/branches/xml-schema-1.1-dev/samples/xni/PSVIWriter.java
Modified: xerces/java/branches/xml-schema-1.1-dev/samples/xni/PSVIWriter.java
URL:
http://svn.apache.org/viewvc/xerces/java/branches/xml-schema-1.1-dev/samples/xni/PSVIWriter.java?rev=1062647&r1=1062646&r2=1062647&view=diff
==============================================================================
--- xerces/java/branches/xml-schema-1.1-dev/samples/xni/PSVIWriter.java
(original)
+++ xerces/java/branches/xml-schema-1.1-dev/samples/xni/PSVIWriter.java Mon Jan
24 04:45:26 2011
@@ -2385,7 +2385,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: [email protected]
For additional commands, e-mail: [email protected]