diff --git a/src/java/org/apache/commons/lang/time/FastDateFormat.java b/src/java/org/apache/commons/lang/time/FastDateFormat.java index c0eb39584..cbcd0bcae 100644 --- a/src/java/org/apache/commons/lang/time/FastDateFormat.java +++ b/src/java/org/apache/commons/lang/time/FastDateFormat.java @@ -545,7 +545,7 @@ public class FastDateFormat extends Format { } /** - *
Initialise the instance for first use.
+ *Initializes the instance for first use.
*/ protected void init() { List rulesList = parsePattern(); @@ -887,7 +887,7 @@ public class FastDateFormat extends Format { // Parsing //----------------------------------------------------------------------- /** - *Parsing not supported.
+ *Parsing is not supported.
* * @param source the string to parse * @param pos the parsing position @@ -945,7 +945,7 @@ public class FastDateFormat extends Format { } /** - *Gets an estimate for the maximum string length that the + *
Gets an estimate for the maximum string length that the * formatter will produce.
* *The actual formatted length will almost always be less than or @@ -960,7 +960,7 @@ public class FastDateFormat extends Format { // Basics //----------------------------------------------------------------------- /** - *
Compare two objects for equality.
+ *Compares two objects for equality.
* * @param obj the object to compare to * @returntrue
if equal
@@ -983,7 +983,7 @@ public class FastDateFormat extends Format {
}
/**
- * A suitable hashcode.
+ *Returns a hashcode compatible with equals.
* * @return a hashcode compatible with equals */