avoid compile error caused by encoding

This commit is contained in:
krrr
2022-05-03 12:05:00 +08:00
committed by Melledy
parent b253e779a2
commit 5b6da38160
2 changed files with 4 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ import express.http.Response;
import java.io.IOException;
/**
* Used for processing crash dumps & logs generated by the game.
* Used for processing crash dumps and logs generated by the game.
* Logs are in JSON, and are sent to the server for logging.
*/
public final class ClientLogHandler implements HttpContextHandler {