Skip to content

Commit

Permalink
[ci] Fixes java 21 compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfliu committed Oct 5, 2024
1 parent 53cc6f1 commit e7a9707
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public class CategoryMask implements JsonSerializable {

private static final int COLOR_BLACK = 0xFF000000;

@SuppressWarnings("serial")
private List<String> classes;
private int[][] mask;

Expand Down

0 comments on commit e7a9707

Please sign in to comment.