You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-cvs@xml.apache.org by mr...@apache.org on 2007/07/14 19:35:40 UTC

svn commit: r556306 - /xml/commons/trunk/java/external/src/javax/xml/datatype/DatatypeFactory.java

Author: mrglavas
Date: Sat Jul 14 10:35:39 2007
New Revision: 556306

URL: http://svn.apache.org/viewvc?view=rev&rev=556306
Log:
Fixing typos in the Javadoc. isnot -> is not.

Modified:
    xml/commons/trunk/java/external/src/javax/xml/datatype/DatatypeFactory.java

Modified: xml/commons/trunk/java/external/src/javax/xml/datatype/DatatypeFactory.java
URL: http://svn.apache.org/viewvc/xml/commons/trunk/java/external/src/javax/xml/datatype/DatatypeFactory.java?view=diff&rev=556306&r1=556305&r2=556306
==============================================================================
--- xml/commons/trunk/java/external/src/javax/xml/datatype/DatatypeFactory.java (original)
+++ xml/commons/trunk/java/external/src/javax/xml/datatype/DatatypeFactory.java Sat Jul 14 10:35:39 2007
@@ -180,7 +180,7 @@
      * An {@link UnsupportedOperationException} will be thrown with a message indicating implementation limits
      * if implementation capacities are exceeded.</p>
      * 
-     * <p>A <code>null</code> value indicates that field isnot set.</p>
+     * <p>A <code>null</code> value indicates that field is not set.</p>
      * 
 	 * @param isPositive Set to <code>false</code> to create a negative duration. When the length
 	 *   of the duration is zero, this parameter will be ignored.
@@ -209,7 +209,7 @@
 	 * <p>Obtain a new instance of a <code>Duration</code>
 	 * specifying the <code>Duration</code> as isPositive, years, months, days, hours, minutes, seconds.</p>
 	 * 
-     * <p>A {@link DatatypeConstants#FIELD_UNDEFINED} value indicates that field isnot set.</p>
+     * <p>A {@link DatatypeConstants#FIELD_UNDEFINED} value indicates that field is not set.</p>
      * 
      * @param isPositive Set to <code>false</code> to create a negative duration. When the length
      *   of the duration is zero, this parameter will be ignored.
@@ -357,7 +357,7 @@
      * An {@link UnsupportedOperationException} will be thrown with a message indicating implementation limits
      * if implementation capacities are exceeded.</p>
      * 
-     * <p>A <code>null</code> value indicates that field isnot set.</p>
+     * <p>A <code>null</code> value indicates that field is not set.</p>
      * 
      * @param isPositive Set to <code>false</code> to create a negative duration. When the length
      *   of the duration is zero, this parameter will be ignored.
@@ -400,7 +400,7 @@
 	 * whose lexical representation contains only day, hour, minute, and second components.
 	 * This datatype resides in the namespace <code>http://www.w3.org/2003/11/xpath-datatypes</code>.</p>
 	 * 
-     * <p>A {@link DatatypeConstants#FIELD_UNDEFINED} value indicates that field isnot set.</p>
+     * <p>A {@link DatatypeConstants#FIELD_UNDEFINED} value indicates that field is not set.</p>
      * 
      * @param isPositive Set to <code>false</code> to create a negative duration. When the length
      *   of the duration is zero, this parameter will be ignored.
@@ -509,7 +509,7 @@
      * An {@link UnsupportedOperationException} will be thrown with a message indicating implementation limits
      * if implementation capacities are exceeded.</p>
      * 
-     * <p>A <code>null</code> value indicates that field isnot set.</p>
+     * <p>A <code>null</code> value indicates that field is not set.</p>
      * 
      * @param isPositive Set to <code>false</code> to create a negative duration. When the length
      *   of the duration is zero, this parameter will be ignored.
@@ -543,7 +543,7 @@
 	 * <a href="http://www.w3.org/TR/xpath-datamodel#dt-yearMonthyDuration">
 	 *   XQuery 1.0 and XPath 2.0 Data Model, xdt:yearMonthDuration</a>.</p>
 	 * 
-     * <p>A {@link DatatypeConstants#FIELD_UNDEFINED} value indicates that field isnot set.</p>
+     * <p>A {@link DatatypeConstants#FIELD_UNDEFINED} value indicates that field is not set.</p>
      * 
      * @param isPositive Set to <code>false</code> to create a negative duration. When the length
      *   of the duration is zero, this parameter will be ignored.
@@ -673,7 +673,7 @@
 	 * arbitrarily large numbers and fractionalSecond has infinite 
 	 * precision.</p>
 	 * 
-     * <p>A <code>null</code> value indicates that field isnot set.</p>
+     * <p>A <code>null</code> value indicates that field is not set.</p>
      * 
 	 * @param year of <code>XMLGregorianCalendar</code> to be created.
 	 * @param month of <code>XMLGregorianCalendar</code> to be created.
@@ -709,7 +709,7 @@
 	 * <p><code>XMLGregorianCalendar eon</code> and 
 	 * <code>fractionalSecond</code> are set to <code>null</code></p>
 	 *
-     * <p>A {@link DatatypeConstants#FIELD_UNDEFINED} value indicates that field isnot set.</p>
+     * <p>A {@link DatatypeConstants#FIELD_UNDEFINED} value indicates that field is not set.</p>
      * 
 	 * @param year of <code>XMLGregorianCalendar</code> to be created.
 	 * @param month of <code>XMLGregorianCalendar</code> to be created.
@@ -773,7 +773,7 @@
 	 * with <code>month</code> and <code>day</code> parameters set to 
 	 * {@link DatatypeConstants#FIELD_UNDEFINED}.</p>
 	 * 
-     * <p>A {@link DatatypeConstants#FIELD_UNDEFINED} value indicates that field isnot set.</p>
+     * <p>A {@link DatatypeConstants#FIELD_UNDEFINED} value indicates that field is not set.</p>
      * 
 	 * @param year of <code>XMLGregorianCalendar</code> to be created.
 	 * @param month of <code>XMLGregorianCalendar</code> to be created.
@@ -809,7 +809,7 @@
 	/**
 	 * <p>Create a Java instance of XML Schema builtin datatype <code>time</code>.</p>
 	 * 
-     * <p>A {@link DatatypeConstants#FIELD_UNDEFINED} value indicates that field isnot set.</p>
+     * <p>A {@link DatatypeConstants#FIELD_UNDEFINED} value indicates that field is not set.</p>
      * 
 	 * @param hours number of hours
 	 * @param minutes number of minutes
@@ -845,8 +845,8 @@
 	/**
 	 * <p>Create a Java instance of XML Schema builtin datatype time.</p>
 	 * 
-     * <p>A <code>null</code> value indicates that field isnot set.</p>
-     * <p>A {@link DatatypeConstants#FIELD_UNDEFINED} value indicates that field isnot set.</p>
+     * <p>A <code>null</code> value indicates that field is not set.</p>
+     * <p>A {@link DatatypeConstants#FIELD_UNDEFINED} value indicates that field is not set.</p>
      * 
 	 * @param hours number of hours
 	 * @param minutes number of minutes