Fixes a bit of javadoc that was broken by a failed merge

This commit is contained in:
Cruz Julian Bishop 2012-06-29 15:03:41 +10:00 committed by Trustin Lee
parent dc300f2c81
commit 7e35cc1ebb

View File

@ -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;