I don't think Jenkins likes @Nullable atm

This commit is contained in:
nossr50 2018-12-28 10:56:41 -08:00
parent d50238caf1
commit 5e6e8d7248

View File

@ -41,13 +41,9 @@ public class ScoreboardWrapper {
private Objective powerObjective; private Objective powerObjective;
// Parameter variables (May be null / invalid) // Parameter variables (May be null / invalid)
@Nullable
private Scoreboard oldBoard = null; private Scoreboard oldBoard = null;
@Nullable
public String targetPlayer = null; public String targetPlayer = null;
@Nullable
public SkillType targetSkill = null; public SkillType targetSkill = null;
@Nullable
private PlayerProfile targetProfile = null; private PlayerProfile targetProfile = null;
public int leaderboardPage = -1; public int leaderboardPage = -1;