mrglavas    2005/03/21 21:35:49

  Modified:    java/src/org/apache/xerces/impl/dv/dtd
                        ListDatatypeValidator.java
                        NMTOKENDatatypeValidator.java
  Log:
  Moving @xerces.internal before @author.
  
  Revision  Changes    Path
  1.8       +4 -4      
xml-xerces/java/src/org/apache/xerces/impl/dv/dtd/ListDatatypeValidator.java
  
  Index: ListDatatypeValidator.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/impl/dv/dtd/ListDatatypeValidator.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- ListDatatypeValidator.java        6 Oct 2004 14:56:50 -0000       1.7
  +++ ListDatatypeValidator.java        22 Mar 2005 05:35:49 -0000      1.8
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1999-2002,2004 The Apache Software Foundation.
  + * Copyright 1999-2002,2004,2005 The Apache Software Foundation.
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  @@ -22,11 +22,11 @@
   /**
    * For list types: ENTITIES, IDREFS, NMTOKENS.
    * 
  + * @xerces.internal
  + * 
    * @author Jeffrey Rodriguez, IBM
    * @author Sandy Gao, IBM
    * 
  - * @xerces.internal 
  - * 
    * @version $Id$
    */
   public class ListDatatypeValidator implements DatatypeValidator {
  
  
  
  1.7       +4 -4      
xml-xerces/java/src/org/apache/xerces/impl/dv/dtd/NMTOKENDatatypeValidator.java
  
  Index: NMTOKENDatatypeValidator.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/impl/dv/dtd/NMTOKENDatatypeValidator.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- NMTOKENDatatypeValidator.java     6 Oct 2004 14:56:51 -0000       1.6
  +++ NMTOKENDatatypeValidator.java     22 Mar 2005 05:35:49 -0000      1.7
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1999-2002,2004 The Apache Software Foundation.
  + * Copyright 1999-2002,2004,2005 The Apache Software Foundation.
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  @@ -21,11 +21,11 @@
   
   /**
    * NMTOKEN datatype validator.
  + * 
  + * @xerces.internal
    *
    * @author Jeffrey Rodriguez, IBM
    * @author Sandy Gao, IBM
  - *
  - * @xerces.internal  
    * 
    * @version $Id$
    */
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to