Skip to content

Commit

Permalink
Fix checkstyle warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
BBaoVanC committed Apr 6, 2023
1 parent 969c769 commit e01ff21
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,8 @@ public int hashCode() {
public static final class SamplePlayer {

public static final SamplePlayer ANONYMOUS = new SamplePlayer(
"Anonymous Player",
new UUID(0L, 0L),
"Anonymous Player",
new UUID(0L, 0L)
);
private final String name;
private final UUID id;
Expand Down

0 comments on commit e01ff21

Please sign in to comment.