Oops, javadoc typo

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@504349 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2007-02-06 22:44:33 +00:00
parent 386cf07d7d
commit de4952beaf
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*/