소스 검색

I don't think Jenkins likes @Nullable atm

nossr50 6 년 전
부모
커밋
5e6e8d7248
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      src/main/java/com/gmail/nossr50/util/scoreboards/ScoreboardWrapper.java

+ 0 - 4
src/main/java/com/gmail/nossr50/util/scoreboards/ScoreboardWrapper.java

@@ -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;