This is an automated email from the ASF dual-hosted git repository. lihan pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push: new fe7a6b3642 Fix Javadoc typo fe7a6b3642 is described below commit fe7a6b3642935e68e7d1e8c254773b9e958e3b54 Author: lihan <li...@apache.org> AuthorDate: Wed Sep 28 11:26:21 2022 +0800 Fix Javadoc typo --- java/org/apache/tomcat/util/net/AbstractEndpoint.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/tomcat/util/net/AbstractEndpoint.java b/java/org/apache/tomcat/util/net/AbstractEndpoint.java index d058703953..1da61b400d 100644 --- a/java/org/apache/tomcat/util/net/AbstractEndpoint.java +++ b/java/org/apache/tomcat/util/net/AbstractEndpoint.java @@ -347,7 +347,7 @@ public abstract class AbstractEndpoint<S,U> { } /** - * Create the SSLContextfor the the given SSLHostConfig. + * Create the SSLContext for the given SSLHostConfig. * * @param sslHostConfig The SSLHostConfig for which the SSLContext should be * created --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org