< prev index next >

src/com/sun/org/apache/xerces/internal/impl/xs/models/XSCMRepeatingLeaf.java

Print this page
rev 2127 : 8048021: Remove @version tag in jaxp repo
Reviewed-by: joehw

@@ -25,11 +25,10 @@
  * A compound content model leaf node which carries occurence information.
  *
  * @xerces.internal
  *
  * @author Michael Glavassevich, IBM
- * @version $Id: XSCMRepeatingLeaf.java,v 1.1 2010/08/06 23:49:43 joehw Exp $
  */
 public final class XSCMRepeatingLeaf extends XSCMLeaf {
 
     private final int fMinOccurs;
     private final int fMaxOccurs;
< prev index next >