Skip to content

Commit ec74b04

Browse files
author
Marcus Linke
committed
Fixing serialVersionId
1 parent f0666ec commit ec74b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/github/dockerjava/api/model/PullResponseItem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@JsonIgnoreProperties(ignoreUnknown = false)
1010
public class PullResponseItem extends ResponseItem {
1111

12-
private static final long serialVersionUID = 6316219017613249047L;
12+
private static final long serialVersionUID = -2575482839766823293L;
1313

1414
/**
1515
* Returns whether the status indicates a successful pull operation

0 commit comments

Comments
 (0)