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 01ef84b1 No need for blank Javadoc lines between Javadoc @ tags
01ef84b1 is described below

commit 01ef84b11c320a79353e412b9d8f965b0372b8ca
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Nov 29 07:05:33 2024 -0500

    No need for blank Javadoc lines between Javadoc @ tags
---
 src/main/java/org/apache/commons/net/telnet/TelnetClient.java | 2 --
 1 file changed, 2 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 5eeba879..f70a3648 100644
--- a/src/main/java/org/apache/commons/net/telnet/TelnetClient.java
+++ b/src/main/java/org/apache/commons/net/telnet/TelnetClient.java
@@ -272,7 +272,6 @@ public class TelnetClient extends Telnet {
      *
      * @param timeout   Time to wait for a response.
      * @return true if AYT received a response, false otherwise.
-     *
      * @throws InterruptedException     on error
      * @throws IllegalArgumentException on error
      * @throws IOException              on error
@@ -287,7 +286,6 @@ public class TelnetClient extends Telnet {
      *
      * @param timeout   Time to wait for a response (millis.)
      * @return true if AYT received a response, false otherwise
-     *
      * @throws InterruptedException     on error
      * @throws IllegalArgumentException on error
      * @throws IOException              on error

Reply via email to