You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/09/15 14:43:26 UTC

[tomcat] branch 8.5.x updated: Correct Javadoc.

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/8.5.x by this push:
     new 5a98253b56 Correct Javadoc.
5a98253b56 is described below

commit 5a98253b56b2aace010c8706ee8b701160ccc9e7
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 fe1be3bf90..0eb9b99827 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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org