mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 02:04:44 +02:00
Use javax for Nullable + guice, hope I didn't miss anything
This commit is contained in:
@ -219,7 +219,7 @@ public final class BukkitPlatform extends JavaPlugin implements Listener, PlotPl
|
||||
private Locale serverLocale;
|
||||
|
||||
@Override
|
||||
public @NonNull int[] serverVersion() {
|
||||
public int @NonNull [] serverVersion() {
|
||||
if (this.version == null) {
|
||||
try {
|
||||
this.version = new int[3];
|
||||
|
Reference in New Issue
Block a user