You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by li...@apache.org on 2022/09/28 03:27:28 UTC

[tomcat] branch 9.0.x updated: Fix Javadoc typo

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

lihan pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new d6e9d0afbf Fix Javadoc typo
d6e9d0afbf is described below

commit d6e9d0afbf2d0b178b09cef662cee3511509b6cf
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 6624ddae88..9a5eda429e 100644
--- a/java/org/apache/tomcat/util/net/AbstractEndpoint.java
+++ b/java/org/apache/tomcat/util/net/AbstractEndpoint.java
@@ -358,7 +358,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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org