Skip to content

Commit ee2caa2

Browse files
committed
Javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/net/branches/NET_2_0@963157 13f79535-47bb-0310-9956-ffa450edef68
1 parent e5255e8 commit ee2caa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/commons/net/telnet/WindowSizeOptionHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public int[] answerSubnegotiation(int suboptionData[], int suboptionLength)
115115
* Implements the abstract method of TelnetOptionHandler.
116116
* This will send the client Height and Width to the server.
117117
* <p>
118-
* @return always null (no response to subnegotiation)
118+
* @return array to send to remote system
119119
***/
120120
@Override
121121
public int[] startSubnegotiationLocal()

0 commit comments

Comments
 (0)