You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by bu...@apache.org on 2002/09/04 16:42:01 UTC

cvs commit: xml-axis/java/src/org/apache/axis/types NonNegativeInteger.java

butek       2002/09/04 07:42:01

  Modified:    java/src/org/apache/axis/holders
                        NonNegativeIntegerHolder.java
               java/src/org/apache/axis/types NonNegativeInteger.java
  Log:
  Fixed a couple doc oops's caught by Tom.
  
  Revision  Changes    Path
  1.2       +1 -1      xml-axis/java/src/org/apache/axis/holders/NonNegativeIntegerHolder.java
  
  Index: NonNegativeIntegerHolder.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/holders/NonNegativeIntegerHolder.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- NonNegativeIntegerHolder.java	4 Sep 2002 13:09:23 -0000	1.1
  +++ NonNegativeIntegerHolder.java	4 Sep 2002 14:42:01 -0000	1.2
  @@ -60,7 +60,7 @@
   import javax.xml.rpc.holders.Holder;
   
   /**
  - * Class UnsignedIntHolder
  + * Class NonNegativeIntegerHolder
    *
    */
   public final class NonNegativeIntegerHolder implements Holder {
  
  
  
  1.2       +1 -1      xml-axis/java/src/org/apache/axis/types/NonNegativeInteger.java
  
  Index: NonNegativeInteger.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/types/NonNegativeInteger.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- NonNegativeInteger.java	4 Sep 2002 13:09:23 -0000	1.1
  +++ NonNegativeInteger.java	4 Sep 2002 14:42:01 -0000	1.2
  @@ -63,7 +63,7 @@
   /**
    * Custom class for supporting primitive XSD data type nonNegativeInteger
    *
  - * @author Chris Haddad <ch...@cobia.net>
  + * @author Russell Butek <bu...@us.ibm.com>
    * @see <a href="http://www.w3.org/TR/xmlschema-2/#nonNegativeInteger">XML Schema 3.3.22</a>
    */
   public class NonNegativeInteger extends BigInteger {