Fix checkstyle issue
This commit is contained in:
parent
c0ddaae5c0
commit
88ca255c95
|
|
@ -92,7 +92,7 @@ public class ReactorNettyWebSocketClient implements WebSocketClient {
|
||||||
* @since 5.2
|
* @since 5.2
|
||||||
*/
|
*/
|
||||||
public int getMaxFramePayloadLength() {
|
public int getMaxFramePayloadLength() {
|
||||||
return maxFramePayloadLength;
|
return this.maxFramePayloadLength;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue