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/10/11 20:41:19 UTC

[tomcat] branch main updated: Fix Javadoc

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

markt 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 cdcfd2029c Fix Javadoc
cdcfd2029c is described below

commit cdcfd2029cef2d8f560c39dde1df16404e76e319
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Oct 11 21:41:12 2022 +0100

    Fix Javadoc
---
 java/org/apache/tomcat/util/net/AbstractEndpoint.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/java/org/apache/tomcat/util/net/AbstractEndpoint.java b/java/org/apache/tomcat/util/net/AbstractEndpoint.java
index 30aa1d006c..1e473fe9a1 100644
--- a/java/org/apache/tomcat/util/net/AbstractEndpoint.java
+++ b/java/org/apache/tomcat/util/net/AbstractEndpoint.java
@@ -381,8 +381,8 @@ public abstract class AbstractEndpoint<S,U> {
      *
      * @param sslHostConfig The SSLHostConfig for which the SSLContext should be
      *                      created
-     * @throws Exception If the SSLContext cannot be created for the given
-     *                   SSLHostConfig
+     * @throws IllegalArgumentException If the SSLContext cannot be created for
+     *                      the given SSLHostConfig
      */
     protected void createSSLContext(SSLHostConfig sslHostConfig) throws IllegalArgumentException {
 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org