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/Repository.java
@@ -6,7 +6,10 @@
import lombok.Getter;
import lombok.Setter;
public class Repository {
import java.io.Serializable;
public class Repository implements Serializable {
    private static final long serialVersionUID = 1278802519434516280L;
    /**
     * A name describing this config. Only used for displaying purposes. This is automatically set with the name
     * of the repository configuration.