Javadoc typo.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137861 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2004-07-01 17:50:37 +00:00
parent 439a9c3965
commit 03d0a45c02
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ import org.apache.commons.lang.ClassUtils;
*
* <p>
* The exact format of the <code>toString</code> is determined by the
* {@link ToStringStyle}passed into the constructor.
* {@link ToStringStyle} passed into the constructor.
* </p>
*
* @author Gary Gregory