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 String toString() { * 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. */