< prev index next >

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

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

@@ -29,11 +29,10 @@
 /**
  * Contains a list of Objects.
  *
  * @xerces.internal
  *
- * @version $Id: ObjectListImpl.java,v 1.2 2010-10-26 23:01:04 joehw Exp $
  */
 public final class ObjectListImpl extends AbstractList implements ObjectList {
 
     /**
      * An immutable empty list.
< prev index next >