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:
parent
e1c801b474
commit
f39a72abed
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue