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 a4d5d04
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 a4d5d04

Please sign in to comment.