< prev index next >

src/com/sun/org/apache/xerces/internal/xs/datatypes/ByteList.java

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

@@ -27,11 +27,10 @@
  * <p>The <code>ByteList</code> is an immutable ordered collection of
  * <code>byte</code>.</p>
  *
  * @author Ankit Pasricha, IBM
  *
- * @version $Id: ByteList.java,v 1.7 2010-11-01 04:40:31 joehw Exp $
  */
 public interface ByteList extends List {
 
     /**
      * The number of <code>byte</code>s in the list. The range of
< prev index next >