Skip to content

Commit

Permalink
删除了IDE的警告
Browse files Browse the repository at this point in the history
  • Loading branch information
zxy19 committed Apr 12, 2024
1 parent 23d846b commit dcec787
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/cc/xypp/damage_number/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ public RankOptionItem(String title, long color, long amount){
public static boolean comboRankColorCombo;


@SuppressWarnings("unchecked")
private static boolean validateColorTitle(final Object obj)
{
if(! (obj instanceof List))
Expand Down

0 comments on commit dcec787

Please sign in to comment.