Skip to content

Commit

Permalink
Fix checkstyle violation.
Browse files Browse the repository at this point in the history
  • Loading branch information
456dev committed Oct 31, 2024
1 parent cf92164 commit 59e19f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public static BrigadierCommand command(final VelocityServer server) {
try {
reasonComponent = GsonComponentSerializer.gson()
.deserializeOrNull(reason);
} catch (JsonSyntaxException ignored) {
} catch (JsonSyntaxException expected) {

}
}
Expand Down

0 comments on commit 59e19f6

Please sign in to comment.