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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org