Skip to content

Commit

Permalink
Fix Javadoc warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Sep 12, 2023
1 parent 4cfed14 commit 8c15d2d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ public TelnetOptionHandler(final int optcode, final boolean initlocal, final boo
*
* @param suboptionData - the sequence received, without IAC SB & IAC SE
* @param suboptionLength - the length of data in suboption_data
* <p>
* @return response to be sent to the subnegotiation sequence. TelnetClient will add IAC SB &amp; IAC SE. null means no response
*/
public int[] answerSubnegotiation(final int suboptionData[], final int suboptionLength) {
Expand Down

0 comments on commit 8c15d2d

Please sign in to comment.