Minor cleanups
- Remove forgotten test assertion - Make utils class final - Change RandomString to use char array
This commit is contained in:
@@ -6,7 +6,7 @@ import org.bukkit.entity.Player;
|
||||
/**
|
||||
* Player utilities.
|
||||
*/
|
||||
public class PlayerUtils {
|
||||
public final class PlayerUtils {
|
||||
|
||||
// Utility class
|
||||
private PlayerUtils() {
|
||||
|
||||
Reference in New Issue
Block a user