This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git
The following commit(s) were added to refs/heads/master by this push:
new bb8b77b23 Remove extra whitespace
bb8b77b23 is described below
commit bb8b77b233c47af2ba66a0aec1d8ecc9cad32376
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jul 12 15:13:18 2023 -0400
Remove extra whitespace
---
src/test/java/org/apache/commons/lang3/builder/ToStringBuilderTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/test/java/org/apache/commons/lang3/builder/ToStringBuilderTest.java
b/src/test/java/org/apache/commons/lang3/builder/ToStringBuilderTest.java
index 64a244764..40ec0a735 100644
--- a/src/test/java/org/apache/commons/lang3/builder/ToStringBuilderTest.java
+++ b/src/test/java/org/apache/commons/lang3/builder/ToStringBuilderTest.java
@@ -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>
*