Remove extra whitespace

This commit is contained in:
Gary Gregory 2023-07-12 15:13:18 -04:00
parent 2e3feda043
commit bb8b77b233
1 changed files with 1 additions and 1 deletions

View File

@ -1187,7 +1187,7 @@ public class ToStringBuilderTest extends AbstractLangTest {
* <p>It uses {@code AccessibleObject.setAccessible} to gain access to private
* fields. This means that it will throw a security exception if run
* 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>
*