Remove extra whitespace
This commit is contained in:
parent
2e3feda043
commit
bb8b77b233
|
@ -1187,7 +1187,7 @@ public class ToStringBuilderTest extends AbstractLangTest {
|
||||||
* <p>It uses {@code AccessibleObject.setAccessible} to gain access to private
|
* <p>It uses {@code AccessibleObject.setAccessible} to gain access to private
|
||||||
* fields. This means that it will throw a security exception if run
|
* fields. This means that it will throw a security exception if run
|
||||||
* under a security manager, if the permissions are not set up correctly.
|
* under a security manager, if the permissions are not set up correctly.
|
||||||
* It is also not as efficient as testing explicitly. </p>
|
* It is also not as efficient as testing explicitly.</p>
|
||||||
*
|
*
|
||||||
* <p>Transient fields are not output.</p>
|
* <p>Transient fields are not output.</p>
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue