< prev index next >

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

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

@@ -39,11 +39,10 @@
  *
  * @xerces.internal
  *
  * @author Elena Litani, IBM
  * @author Sandy Gao, IBM
- * @version $Id: XSAttributeDecl.java,v 1.7 2010-11-01 04:39:55 joehw Exp $
  */
 public class XSAttributeDecl implements XSAttributeDeclaration {
 
     // scopes
     public final static short     SCOPE_ABSENT        = 0;
< prev index next >