Skip to content

Commit 06a1b22

Browse files
committed
Update JavaDocs
1 parent c32e24a commit 06a1b22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/java_websocket/drafts/Draft_6455.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ private Framedata translateSingleFrame( ByteBuffer buffer ) throws IncompleteExc
514514
* Translate the buffer depending when it has an extended payload length (126 or 127)
515515
* @param buffer the buffer to read from
516516
* @param optcode the decoded optcode
517-
* @param oldPayloadlength the current payload length
517+
* @param oldPayloadlength the old payload length
518518
* @param maxpacketsize the max packet size allowed
519519
* @param realpacketsize the real packet size
520520
* @return the new payload length

0 commit comments

Comments
 (0)