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
|
||||
* Returns the max length for any frame's payload.
|
||||
=======
|
||||
* Returns the max length for any frame's payload
|
||||
>>>>>>> abd10d9... Fixed bug where subprotocol not sent by client
|
||||
* Gets the maximum length for any frame's payload.
|
||||
*
|
||||
* @return The maximum length for a frame's payload
|
||||
*/
|
||||
public int getMaxFramePayloadLength() {
|
||||
return maxFramePayloadLength;
|
||||
|
Loading…
Reference in New Issue
Block a user