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/Encryption.java
@@ -2,7 +2,10 @@
import lombok.Getter;
public class Encryption {
import java.io.Serializable;
public class Encryption implements Serializable {
    private static final long serialVersionUID = -4867140003118289187L;
    @Getter
    private String mode;
}