This is an automated email from the ASF dual-hosted git repository.
rmaucher 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 8569d524b0 Javadoc error fix
8569d524b0 is described below
commit 8569d524b09721dfcfc435ac3425e5a83bb5866b
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 49a0533e6b..3370c0bc8e 100644
--- a/java/org/apache/naming/ServiceRef.java
+++ b/java/org/apache/naming/ServiceRef.java
@@ -144,7 +144,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.removeFirst();
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]