Can't link to private inner classes, use public field instead
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1648061 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5f61aa0718
commit
23d55b0b9c
|
@ -21,9 +21,9 @@ import org.apache.commons.lang3.ClassUtils;
|
|||
import org.apache.commons.lang3.SystemUtils;
|
||||
|
||||
/**
|
||||
* <p>Works with {@link ToStringBuilder} to create a "deep" <code>toString</code>.
|
||||
* <p>Works with {@link ToStringBuilder} to create a "deep" <code>toString</code>.
|
||||
* But instead a single line like the {@link RecursiveToStringStyle} this creates a multiline String
|
||||
* similar to the {@link ToStringStyle.MultiLineToStringStyle}.</p>
|
||||
* similar to the {@link ToStringStyle#MULTI_LINE_STYLE}.</p>
|
||||
*
|
||||
* <p>To use this class write code as follows:</p>
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue