This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 2629054500 Correct Javadoc.
2629054500 is described below
commit 2629054500e3f5b057169230cfc0fdccf3c6a95a
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Sep 15 15:43:04 2022 +0100
Correct Javadoc.
---
java/org/apache/catalina/core/NamingContextListener.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/org/apache/catalina/core/NamingContextListener.java
b/java/org/apache/catalina/core/NamingContextListener.java
index 684041d6fd..964ee8648d 100644
--- a/java/org/apache/catalina/core/NamingContextListener.java
+++ b/java/org/apache/catalina/core/NamingContextListener.java
@@ -133,7 +133,7 @@ public class NamingContextListener implements
LifecycleListener, PropertyChangeL
/**
- * Objectnames hashtable.
+ * Objectnames Map.
*/
protected HashMap<String, ObjectName> objectNames = new HashMap<>();
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]