From 5b7e9f59f10e44ce7bebb68117c1755240297608 Mon Sep 17 00:00:00 2001 From: "Gary D. Gregory" Date: Tue, 2 May 2006 04:56:12 +0000 Subject: [PATCH] Fix Javadoc nits. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@398808 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/commons/lang/time/FastDateFormat.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 * @return true 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 */