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