Format code [skip actions]

This commit is contained in:
github-actions
2024-10-03 15:31:53 +00:00
parent d11e13a005
commit b087e1fb4f
24 changed files with 53 additions and 35 deletions

View File

@@ -22,8 +22,8 @@ import org.java_websocket.handshake.ServerHandshake;
import org.slf4j.Logger;
/**
* This is a simple implementation of a server-to-server IPC client.
* It is implemented over WebSockets, and supports all Grasscutter versions past 1.6.0
* This is a simple implementation of a server-to-server IPC client. It is implemented over
* WebSockets, and supports all Grasscutter versions past 1.6.0
*/
@Getter
public final class DispatchClient extends WebSocketClient implements IDispatcher {