< prev index next >

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

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

@@ -55,11 +55,10 @@
  *
  * @xerces.internal
  *
  * @author Sandy Gao, IBM
  *
- * @version $Id: XSModelImpl.java,v 1.7 2010-11-01 04:39:55 joehw Exp $
  */
 public final class XSModelImpl extends AbstractList implements XSModel, XSNamespaceItemList {
 
     // the max index / the max value of XSObject type
     private static final short MAX_COMP_IDX = XSTypeDefinition.SIMPLE_TYPE;
< prev index next >