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 9ffccd7ac Javadoc
9ffccd7ac is described below

commit 9ffccd7ac3e5ee85dcef5fb8612e97589fcca91c
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue May 31 11:09:28 2022 -0400

    Javadoc
---
 src/test/java/org/apache/commons/lang3/StringEscapeUtilsTest.java | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/test/java/org/apache/commons/lang3/StringEscapeUtilsTest.java 
b/src/test/java/org/apache/commons/lang3/StringEscapeUtilsTest.java
index 613ed48a6..ac9116b41 100644
--- a/src/test/java/org/apache/commons/lang3/StringEscapeUtilsTest.java
+++ b/src/test/java/org/apache/commons/lang3/StringEscapeUtilsTest.java
@@ -172,9 +172,7 @@ public class StringEscapeUtilsTest {
     }
 
 
-    // HTML and XML
-    //--------------------------------------------------------------
-
+    /** HTML and XML */
     private static final String[][] HTML_ESCAPES = {
         {"no escaping", "plain text", "plain text"},
         {"no escaping", "plain text", "plain text"},

Reply via email to