Fix type in JavaDoc. Fix provided by Dave Hughes via github.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1525013 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benedikt Ritter 2013-09-20 14:05:45 +00:00
parent e1c801b474
commit f39a72abed
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ public abstract class ToStringStyle implements Serializable {
public static final ToStringStyle DEFAULT_STYLE = new DefaultToStringStyle();
/**
* The multi line toString style. Using the Using the <code>Person</code>
* The multi line toString style. Using the <code>Person</code>
* example from {@link ToStringBuilder}, the output would look like this:
*
* <pre>