Skip to content

Commit

Permalink
[ci] Fixes java 21 compile error (#3497)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfliu authored Oct 6, 2024
1 parent 53cc6f1 commit fea44e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/src/main/java/ai/djl/modality/cv/output/CategoryMask.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ 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 fea44e3

Please sign in to comment.