You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/11/11 21:16:12 UTC

(commons-net) branch master updated: Javadoc

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-net.git


The following commit(s) were added to refs/heads/master by this push:
     new 8ceacde7 Javadoc
8ceacde7 is described below

commit 8ceacde745252f6ae86f63140b9939d8d841c108
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Nov 11 16:16:07 2023 -0500

    Javadoc
---
 src/main/java/org/apache/commons/net/telnet/TelnetClient.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/java/org/apache/commons/net/telnet/TelnetClient.java b/src/main/java/org/apache/commons/net/telnet/TelnetClient.java
index 2b5da2d5..e8800b8b 100644
--- a/src/main/java/org/apache/commons/net/telnet/TelnetClient.java
+++ b/src/main/java/org/apache/commons/net/telnet/TelnetClient.java
@@ -50,7 +50,7 @@ public class TelnetClient extends Telnet {
     }
 
     /**
-     * Construct an instance with the specified max subnegotiation length and the default terminal-type {@code VT100}
+     * Constructs an instance with the specified max subnegotiation length and the default terminal-type {@code VT100}
      *
      * @param maxSubnegotiationLength the size of the subnegotiation buffer
      */
@@ -59,7 +59,7 @@ public class TelnetClient extends Telnet {
     }
 
     /**
-     * Construct an instance with the specified terminal type.
+     * Constructs an instance with the specified terminal type.
      *
      * @param termtype the terminal type to use, e.g. {@code VT100}
      */
@@ -68,7 +68,7 @@ public class TelnetClient extends Telnet {
     }
 
     /**
-     * Construct an instance with the specified terminal type and max subnegotiation length
+     * Constructs an instance with the specified terminal type and max subnegotiation length
      *
      * @param termtype                the terminal type to use, e.g. {@code VT100}
      * @param maxSubnegotiationLength the size of the subnegotiation buffer