Merge pull request #420 from Massive-Dynamics/fix-failed-javadoc
Fixes a bit of javadoc that was broken by a failed merge
This commit is contained in:
commit
d0c8c10681
@ -92,11 +92,9 @@ public abstract class WebSocketServerHandshaker {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
<<<<<<< HEAD
|
* Gets the maximum length for any frame's payload.
|
||||||
* Returns the max length for any frame's payload.
|
*
|
||||||
=======
|
* @return The maximum length for a frame's payload
|
||||||
* Returns the max length for any frame's payload
|
|
||||||
>>>>>>> abd10d9... Fixed bug where subprotocol not sent by client
|
|
||||||
*/
|
*/
|
||||||
public int getMaxFramePayloadLength() {
|
public int getMaxFramePayloadLength() {
|
||||||
return maxFramePayloadLength;
|
return maxFramePayloadLength;
|
||||||
|
Loading…
Reference in New Issue
Block a user