mrglavas    2004/09/15 08:39:59

  Modified:    java/src/org/apache/xerces/xs/datatypes XSDouble.java
                        ByteList.java ObjectList.java XSFloat.java
  Log:
  Clearly mark datatype interfaces as being experimental and likely to change.
  
  Revision  Changes    Path
  1.3       +4 -1      xml-xerces/java/src/org/apache/xerces/xs/datatypes/XSDouble.java
  
  Index: XSDouble.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/xs/datatypes/XSDouble.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XSDouble.java     15 Sep 2004 05:20:02 -0000      1.2
  +++ XSDouble.java     15 Sep 2004 15:39:59 -0000      1.3
  @@ -16,7 +16,10 @@
   package org.apache.xerces.xs.datatypes;
   
   /**
  - * EXPERIMENTAL: Interface to expose the value of the 'double' datatype.
  + * <p><b>EXPERIMENTAL: This interface should not be considered stable.
  + * It is likely it may be altered or replaced in the future.</b></p>
  + * 
  + * <p>Interface to expose the value of the 'double' datatype.</p>
    * 
    * @author Ankit Pasricha, IBM
    */
  
  
  
  1.3       +5 -2      xml-xerces/java/src/org/apache/xerces/xs/datatypes/ByteList.java
  
  Index: ByteList.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/xs/datatypes/ByteList.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ByteList.java     15 Sep 2004 05:20:02 -0000      1.2
  +++ ByteList.java     15 Sep 2004 15:39:59 -0000      1.3
  @@ -18,8 +18,11 @@
   import org.apache.xerces.xs.XSException;
   
   /**
  - * EXPERIMENTAL: The <code>ByteList</code> is an immutable ordered collection of 
  - * <code>byte</code>. 
  + * <p><b>EXPERIMENTAL: This interface should not be considered stable.
  + * It is likely it may be altered or replaced in the future.</b></p>
  + * 
  + * <p>The <code>ByteList</code> is an immutable ordered collection of 
  + * <code>byte</code>.</p>
    * 
    * @author Ankit Pasricha, IBM
    */
  
  
  
  1.3       +5 -2      
xml-xerces/java/src/org/apache/xerces/xs/datatypes/ObjectList.java
  
  Index: ObjectList.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/xs/datatypes/ObjectList.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ObjectList.java   15 Sep 2004 05:20:02 -0000      1.2
  +++ ObjectList.java   15 Sep 2004 15:39:59 -0000      1.3
  @@ -18,8 +18,11 @@
   import org.apache.xerces.xs.XSException;
   
   /**
  - * EXPERIMENTAL: The <code>ObjectList</code> is an immutable ordered collection of 
  - * <code>Object</code>. 
  + * <p><b>EXPERIMENTAL: This interface should not be considered stable.
  + * It is likely it may be altered or replaced in the future.</b></p>
  + * 
  + * <p>The <code>ObjectList</code> is an immutable ordered collection of 
  + * <code>Object</code>.</p> 
    * 
    * @author Ankit Pasricha, IBM
    */
  
  
  
  1.3       +4 -1      xml-xerces/java/src/org/apache/xerces/xs/datatypes/XSFloat.java
  
  Index: XSFloat.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/xs/datatypes/XSFloat.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XSFloat.java      15 Sep 2004 05:20:02 -0000      1.2
  +++ XSFloat.java      15 Sep 2004 15:39:59 -0000      1.3
  @@ -16,7 +16,10 @@
   package org.apache.xerces.xs.datatypes;
   
   /**
  - * EXPERIMENTAL: Interface to expose value of the float datatype.
  + * <p><b>EXPERIMENTAL: This interface should not be considered stable.
  + * It is likely it may be altered or replaced in the future.</b></p>
  + * 
  + * <p>Interface to expose value of the float datatype.</p>
    * 
    * @author Ankit Pasricha, IBM
    */
  
  
  

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

Reply via email to