mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-11-10 05:40:50 +01:00
I don't think Jenkins likes @Nullable atm
This commit is contained in:
@@ -41,13 +41,9 @@ public class ScoreboardWrapper {
|
||||
private Objective powerObjective;
|
||||
|
||||
// Parameter variables (May be null / invalid)
|
||||
@Nullable
|
||||
private Scoreboard oldBoard = null;
|
||||
@Nullable
|
||||
public String targetPlayer = null;
|
||||
@Nullable
|
||||
public SkillType targetSkill = null;
|
||||
@Nullable
|
||||
private PlayerProfile targetProfile = null;
|
||||
public int leaderboardPage = -1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user