This is an automated email from the ASF dual-hosted git repository.
rmaucher pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push:
new d711f0b114 Javadoc error fix
d711f0b114 is described below
commit d711f0b1149ef90e75145f3382fcc37cd981d989
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 aa5b373a55..ac1b631f50 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.remove(0);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]