Skip to content

Commit

Permalink
Fix checkstyle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
poutsma committed Mar 13, 2019
1 parent c0ddaae commit 88ca255
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public void setMaxFramePayloadLength(int maxFramePayloadLength) {
* @since 5.2
*/
public int getMaxFramePayloadLength() {
return maxFramePayloadLength;
return this.maxFramePayloadLength;
}


Expand Down

0 comments on commit 88ca255

Please sign in to comment.