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-digester.git
The following commit(s) were added to refs/heads/master by this push:
new 6b23415e Javadoc
6b23415e is described below
commit 6b23415e7f3e6c1e74a9e3c187175b4d159cc533
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Dec 14 10:26:37 2023 -0500
Javadoc
---
.../main/java/org/apache/commons/digester3/plugins/PluginManager.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/commons-digester3-core/src/main/java/org/apache/commons/digester3/plugins/PluginManager.java
b/commons-digester3-core/src/main/java/org/apache/commons/digester3/plugins/PluginManager.java
index 59c2805b..b2f735d9 100644
---
a/commons-digester3-core/src/main/java/org/apache/commons/digester3/plugins/PluginManager.java
+++
b/commons-digester3-core/src/main/java/org/apache/commons/digester3/plugins/PluginManager.java
@@ -44,7 +44,7 @@ public class PluginManager
/** Map of id->Declaration */
private final HashMap<String, Declaration> declarationsById = new
HashMap<String, Declaration>();
- /** the parent manager to which this one may delegate lookups. */
+ /** The parent manager to which this one may delegate lookups. */
private PluginManager parent;
/**