This is an automated email from the ASF dual-hosted git repository. lihan pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push: new eb3d307982 Fix Javadoc typo eb3d307982 is described below commit eb3d307982fb8b2918d7b66f6e71259d0c76f533 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 4397151c80..bded5b63a3 100644 --- a/java/org/apache/tomcat/util/net/AbstractEndpoint.java +++ b/java/org/apache/tomcat/util/net/AbstractEndpoint.java @@ -356,7 +356,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