From de4952beaffe469b05f545b90344675e1889cb48 Mon Sep 17 00:00:00 2001 From: Henri Yandell Date: Tue, 6 Feb 2007 22:44:33 +0000 Subject: [PATCH] Oops, javadoc typo git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@504349 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/commons/lang/time/FastDateFormat.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/org/apache/commons/lang/time/FastDateFormat.java b/src/java/org/apache/commons/lang/time/FastDateFormat.java index 0a58e9b19..41c48ac48 100644 --- a/src/java/org/apache/commons/lang/time/FastDateFormat.java +++ b/src/java/org/apache/commons/lang/time/FastDateFormat.java @@ -1023,7 +1023,7 @@ public class FastDateFormat extends Format { * Create the object after serialization. This implementation reinitializes the * transient properties. * - * @param ObjectInputStream from which the object is being deserialized. + * @param in ObjectInputStream from which the object is being deserialized. * @throws IOException if there is an IO issue. * @throws ClassNotFoundException if a class cannot be found. */