From 01ef84b11c320a79353e412b9d8f965b0372b8ca Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Fri, 29 Nov 2024 07:05:33 -0500 Subject: [PATCH] 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 5eeba8793..f70a36485 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 void registerSpyStream(final OutputStream spystream) { * * @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 boolean sendAYT(final Duration timeout) throws IOException, IllegalArgume * * @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