Skip to content

Commit 26e2d57

Browse files
author
Ricardo Pinheiro
authored
Update Draft_6455.java
Fixed typo.
1 parent 7bdd22d commit 26e2d57

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
@@ -698,7 +698,7 @@ public void processFrame( WebSocketImpl webSocketImpl, Framedata frame ) throws
698698
throw new InvalidDataException( CloseFrame.NO_UTF8 );
699699
}
700700
}
701-
//Checking if the current continous frame contains a correct payload with the other frames combined
701+
//Checking if the current continuous frame contains a correct payload with the other frames combined
702702
if( curop == Framedata.Opcode.CONTINUOUS && current_continuous_frame != null ) {
703703
byteBufferList.add( frame.getPayloadData() );
704704
}

0 commit comments

Comments
 (0)