This is an automated email from the ASF dual-hosted git repository.
rmaucher pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 12c8e870d9 Javadoc error fix
12c8e870d9 is described below
commit 12c8e870d9339bdc028ea7e47be8085d38df94a1
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]