You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by gg...@apache.org on 2006/05/02 06:56:24 UTC

svn commit: r398808 - /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/time/FastDateFormat.java

Author: ggregory
Date: Mon May  1 21:56:12 2006
New Revision: 398808

URL: http://svn.apache.org/viewcvs?rev=398808&view=rev
Log:
Fix Javadoc nits.

Modified:
    jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/time/FastDateFormat.java

Modified: jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/time/FastDateFormat.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/time/FastDateFormat.java?rev=398808&r1=398807&r2=398808&view=diff
==============================================================================
--- jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/time/FastDateFormat.java (original)
+++ jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/time/FastDateFormat.java Mon May  1 21:56:12 2006
@@ -545,7 +545,7 @@
     }
 
     /**
-     * <p>Initialise the instance for first use.</p>
+     * <p>Initializes the instance for first use.</p>
      */
     protected void init() {
         List rulesList = parsePattern();
@@ -887,7 +887,7 @@
     // Parsing
     //-----------------------------------------------------------------------
     /**
-     * <p>Parsing not supported.</p>
+     * <p>Parsing is not supported.</p>
      * 
      * @param source  the string to parse
      * @param pos  the parsing position
@@ -945,7 +945,7 @@
     }
 
     /**
-     * <p>Gets  an estimate for the maximum string length that the
+     * <p>Gets an estimate for the maximum string length that the
      * formatter will produce.</p>
      *
      * <p>The actual formatted length will almost always be less than or
@@ -960,7 +960,7 @@
     // Basics
     //-----------------------------------------------------------------------
     /**
-     * <p>Compare two objects for equality.</p>
+     * <p>Compares two objects for equality.</p>
      * 
      * @param obj  the object to compare to
      * @return <code>true</code> if equal
@@ -983,7 +983,7 @@
     }
 
     /**
-     * <p>A suitable hashcode.</p>
+     * <p>Returns a hashcode compatible with equals.</p>
      * 
      * @return a hashcode compatible with equals
      */



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org