Author: mrglavas
Date: Wed Nov 24 18:15:44 2010
New Revision: 1038740

URL: http://svn.apache.org/viewvc?rev=1038740&view=rev
Log:
Reducing visibility of a class which isn't accessed outside of this package.

Modified:
    
xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/XSDAbstractParticleTraverser.java

Modified: 
xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/XSDAbstractParticleTraverser.java
URL: 
http://svn.apache.org/viewvc/xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/XSDAbstractParticleTraverser.java?rev=1038740&r1=1038739&r2=1038740&view=diff
==============================================================================
--- 
xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/XSDAbstractParticleTraverser.java
 (original)
+++ 
xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/XSDAbstractParticleTraverser.java
 Wed Nov 24 18:15:44 2010
@@ -316,7 +316,7 @@ abstract class XSDAbstractParticleTraver
     // traversing one (one inside another one; referring to a global group,
     // etc.), so we have push/pos context methods to save the same of the
     // current traversal before starting the traversal of another model group.
-    protected static class ParticleArray {
+    static class ParticleArray {
         // big array to contain all particles
         XSParticleDecl[] fParticles = new XSParticleDecl[10];
         // the ending position of particles in the array for each context



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to