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-text.git


The following commit(s) were added to refs/heads/master by this push:
     new f275848  Better Javadoc.
f275848 is described below

commit f27584842e498ccbf82aab055a53367f6ba09b49
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Oct 20 10:45:36 2020 -0400

    Better Javadoc.
---
 .../java/org/apache/commons/text/translate/NumericEntityUnescaper.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/text/translate/NumericEntityUnescaper.java 
b/src/main/java/org/apache/commons/text/translate/NumericEntityUnescaper.java
index 6ad9b73..d41e5b5 100644
--- 
a/src/main/java/org/apache/commons/text/translate/NumericEntityUnescaper.java
+++ 
b/src/main/java/org/apache/commons/text/translate/NumericEntityUnescaper.java
@@ -31,7 +31,7 @@ import java.util.EnumSet;
  */
 public class NumericEntityUnescaper extends CharSequenceTranslator {
 
-    /** NumericEntityUnescaper option enum. */
+    /** Enumerates NumericEntityUnescaper options for unescaping. */
     public enum OPTION {
 
         /**

Reply via email to