This is an automated email from the ASF dual-hosted git repository.
rmaucher 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 e76c923847 Javadoc error fix
e76c923847 is described below
commit e76c923847fbcfff3774af4ff1b19498d9e6ff73
Author: remm <[email protected]>
AuthorDate: Thu Sep 10 23:55:51 2026 +0200
Javadoc error fix
---
java/org/apache/naming/ServiceRef.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/org/apache/naming/ServiceRef.java
b/java/org/apache/naming/ServiceRef.java
index af0c22f3d6..8f089ee5df 100644
--- a/java/org/apache/naming/ServiceRef.java
+++ b/java/org/apache/naming/ServiceRef.java
@@ -142,7 +142,7 @@ public class ServiceRef extends AbstractRef {
*
* @return the handler
*
- * @throws NoSuchElementException if there are no handlers
+ * @throws java.util.NoSuchElementException if there are no handlers
*/
public HandlerRef getHandler() {
return handlers.remove(0);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]