Skip to content

Commit 046f299

Browse files
committed
The class under models package implements serializable interface to support native image(GraalVM).
1 parent b3521ec commit 046f299

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/gitlab4j/api/models/ProjectFetches.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ public void setDate(Date date) {
3636
}
3737
}
3838

39-
public static class Fetches {
40-
39+
public static class Fetches implements Serializable {
40+
private static final long serialVersionUID = 4630780820005787008L;
4141
private Integer total;
4242
private List<DateCount> days;
4343

0 commit comments

Comments
 (0)