mrglavas 2005/10/03 19:52:16
Modified: java/src/org/apache/xerces/impl/dtd BalancedDTDGrammar.java
DTDGrammar.java
Log:
Fixing a typo from the previous commit.
Revision Changes Path
1.2 +2 -2
xml-xerces/java/src/org/apache/xerces/impl/dtd/BalancedDTDGrammar.java
Index: BalancedDTDGrammar.java
===================================================================
RCS file:
/home/cvs/xml-xerces/java/src/org/apache/xerces/impl/dtd/BalancedDTDGrammar.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- BalancedDTDGrammar.java 4 Oct 2005 02:43:26 -0000 1.1
+++ BalancedDTDGrammar.java 4 Oct 2005 02:52:16 -0000 1.2
@@ -210,7 +210,7 @@
//
/**
- * Adds the content spec to the give element declaration.
+ * Adds the content spec to the given element declaration.
*/
protected final void addContentSpecToElement(XMLElementDecl elementDecl)
{
int contentSpec = fGroupIndexStackSizes[0] > 0 ?
fGroupIndexStack[0][0] : -1;
1.34 +2 -2
xml-xerces/java/src/org/apache/xerces/impl/dtd/DTDGrammar.java
Index: DTDGrammar.java
===================================================================
RCS file:
/home/cvs/xml-xerces/java/src/org/apache/xerces/impl/dtd/DTDGrammar.java,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- DTDGrammar.java 4 Oct 2005 02:49:58 -0000 1.33
+++ DTDGrammar.java 4 Oct 2005 02:52:16 -0000 1.34
@@ -1635,7 +1635,7 @@
//
/**
- * Adds the content spec to the give element declaration.
+ * Adds the content spec to the given element declaration.
*/
protected void addContentSpecToElement(XMLElementDecl elementDecl) {
if ((fDepth == 0 || (fDepth == 1 && elementDecl.type ==
XMLElementDecl.TYPE_MIXED)) &&
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]