Mirror von
https://github.com/PaperMC/Velocity.git
synchronisiert 2024-11-06 08:10:12 +01:00
Fix checkstyle violation.
Dieser Commit ist enthalten in:
Ursprung
cf921646df
Commit
59e19f6940
@ -60,7 +60,7 @@ public final class ShutdownCommand {
|
|||||||
try {
|
try {
|
||||||
reasonComponent = GsonComponentSerializer.gson()
|
reasonComponent = GsonComponentSerializer.gson()
|
||||||
.deserializeOrNull(reason);
|
.deserializeOrNull(reason);
|
||||||
} catch (JsonSyntaxException ignored) {
|
} catch (JsonSyntaxException expected) {
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren