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:
Norman Maurer 2012-06-28 23:51:05 -07:00
commit d0c8c10681

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;