This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new 679f805fff Correct Javadoc. 679f805fff is described below commit 679f805fffa9e810bbbf7e62d5166941cce011cc Author: Mark Thomas <ma...@apache.org> 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 0623763c0e..8d3092ca49 100644 --- a/java/org/apache/catalina/core/NamingContextListener.java +++ b/java/org/apache/catalina/core/NamingContextListener.java @@ -136,7 +136,7 @@ public class NamingContextListener /** - * Objectnames hashtable. + * Objectnames Map. */ protected HashMap<String, ObjectName> objectNames = new HashMap<>(); --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org