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:
Benedikt Ritter 2014-12-27 16:08:20 +00:00
parent 5f61aa0718
commit 23d55b0b9c
1 changed files with 2 additions and 2 deletions

View File

@ -21,9 +21,9 @@
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>
*