Skip to content

Commit

Permalink
No need for blank Javadoc lines between Javadoc @ tags
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Nov 29, 2024
1 parent d678126 commit 01ef84b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/org/apache/commons/net/telnet/TelnetClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 01ef84b

Please sign in to comment.