We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59bd42a commit b3521ecCopy full SHA for b3521ec
src/main/java/org/gitlab4j/api/models/ImportStatus.java
@@ -1,5 +1,6 @@
1
package org.gitlab4j.api.models;
2
3
+import java.io.Serializable;
4
import java.util.Date;
5
6
import org.gitlab4j.api.utils.JacksonJson;
@@ -8,7 +9,8 @@
8
9
import com.fasterxml.jackson.annotation.JsonCreator;
10
import com.fasterxml.jackson.annotation.JsonValue;
11
-public class ImportStatus {
12
+public class ImportStatus implements Serializable {
13
+ private static final long serialVersionUID = -5437477855918094477L;
14
15
/**
16
* Enum representing the status of the import.
0 commit comments