mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-27 17:49:02 +00:00
Fix checkstyle issue
This commit is contained in:
+1
-1
@@ -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