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 b949cf98 Pick up spotbugs-maven-plugin version from parent POM
b949cf98 is described below
commit b949cf9820e190b22cb127bf3ee3097fd1853a4f
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jan 15 08:16:54 2023 -0500
Pick up spotbugs-maven-plugin version from parent POM
Same for checkstyle plugin
---
src/main/java/org/apache/commons/text/translate/EntityArrays.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/text/translate/EntityArrays.java
b/src/main/java/org/apache/commons/text/translate/EntityArrays.java
index 6420af5b..19661535 100644
--- a/src/main/java/org/apache/commons/text/translate/EntityArrays.java
+++ b/src/main/java/org/apache/commons/text/translate/EntityArrays.java
@@ -32,7 +32,7 @@ import java.util.stream.Collectors;
public class EntityArrays {
/**
- * A Map<CharSequence, CharSequence> to to escape
+ * A Map<CharSequence, CharSequence> to escape
* <a
href="https://secure.wikimedia.org/wikipedia/en/wiki/ISO/IEC_8859-1">ISO-8859-1</a>
* characters to their named HTML 3.x equivalents.
*/