You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2020/12/30 15:56:19 UTC

[tomcat] branch 9.0.x updated: Fix javadoc after changes

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

remm 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 8c54d97  Fix javadoc after changes
8c54d97 is described below

commit 8c54d978a992c8b615e53513cafea0d209b97ead
Author: remm <re...@apache.org>
AuthorDate: Wed Dec 30 16:54:29 2020 +0100

    Fix javadoc after changes
---
 java/org/apache/tomcat/util/compat/JreCompat.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/java/org/apache/tomcat/util/compat/JreCompat.java b/java/org/apache/tomcat/util/compat/JreCompat.java
index 9b991ba..73a109f 100644
--- a/java/org/apache/tomcat/util/compat/JreCompat.java
+++ b/java/org/apache/tomcat/util/compat/JreCompat.java
@@ -305,7 +305,7 @@ public class JreCompat {
 
 
     /**
-     * Create server socket channel using the specified socket domain socket address.
+     * Create server socket channel using the Unix domain socket ProtocolFamily.
      * @return the server socket channel
      */
     public ServerSocketChannel openUnixDomainServerSocketChannel() {
@@ -313,7 +313,7 @@ public class JreCompat {
     }
 
     /**
-     * Create socket channel using the specified socket domain socket address.
+     * Create socket channel using the Unix domain socket ProtocolFamily.
      * @return the socket channel
      */
     public SocketChannel openUnixDomainSocketChannel() {


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