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:55:09 UTC

[tomcat] branch master updated: Fix javadoc after changes

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

remm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
     new 0974ffc  Fix javadoc after changes
0974ffc is described below

commit 0974ffcc1880ace148f9effd35e27728cccfc558
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 b12f80b..b8b3b48 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