mirror of https://github.com/micromata/borgbackup-butler.git

Kai Reinhard
10.17.2018 feff94fdffe67ba32b92e932704d2352c7778543
borgbutler-core/src/main/java/de/micromata/borgbutler/json/borg/Stats.java
@@ -3,7 +3,10 @@
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Getter;
public class Stats {
import java.io.Serializable;
public class Stats implements Serializable {
    private static final long serialVersionUID = 9141985857856734073L;
    @Getter
    @JsonProperty("total_chunks")
    private long totalChunks;