< prev index next >

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

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

@@ -71,11 +71,10 @@
 /**
  * This class represents a single attribute.
  *
  * @author Rahul Srivastava, Sun Microsystems Inc.
  *
- * @version $Id: AttrImpl.java,v 1.5 2010-11-01 04:40:01 joehw Exp $
  */
 public class AttrImpl extends NodeImpl
                       implements Attr {
 
     Element element;
< prev index next >