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-chain.git
The following commit(s) were added to refs/heads/master by this push: new 81a008b Javadoc fixes 81a008b is described below commit 81a008bdcb370ced7f394fca069bd1cd79f55d82 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jan 13 14:47:07 2023 -0500 Javadoc fixes --- .../java/org/apache/commons/chain2/config/xml/ConfigCatalogRule.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/xml/src/main/java/org/apache/commons/chain2/config/xml/ConfigCatalogRule.java b/configuration/xml/src/main/java/org/apache/commons/chain2/config/xml/ConfigCatalogRule.java index b02766c..3e91bc4 100644 --- a/configuration/xml/src/main/java/org/apache/commons/chain2/config/xml/ConfigCatalogRule.java +++ b/configuration/xml/src/main/java/org/apache/commons/chain2/config/xml/ConfigCatalogRule.java @@ -99,7 +99,7 @@ class ConfigCatalogRule extends Rule { /* Convert catalog pulled from digester to default generic signature * with the assumption that the Catalog returned from digester will - * comply with the the historic chain contract. */ + * comply with the historic chain contract. */ @SuppressWarnings("unchecked") Catalog<Object, Object, Map<Object, Object>> digesterCatalog = (Catalog<Object, Object, Map<Object, Object>>) clazz.newInstance();