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 2010/11/24 19:15:44 UTC

svn commit: r1038740 - /xerces/java/trunk/src/org/apache/xerces/impl/xs/traversers/XSDAbstractParticleTraverser.java

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: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org