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

Kai Reinhard
11.53.2019 793edd77d90ffff2502ec1dc9f4d0c3442ebb94c
borgbutler-server/src/main/java/de/micromata/borgbutler/server/BorgVersion.java
@@ -26,12 +26,6 @@
    @Getter
    @Setter(AccessLevel.PACKAGE)
    private String borgBinary;
    /**
     * The path of the borg command to use.
     */
    @Getter
    @Setter
    private String borgCommand;
    @Getter
    @Setter(AccessLevel.PACKAGE)
@@ -44,7 +38,6 @@
    private String statusMessage;
    public BorgVersion copyFrom(BorgVersion other) {
        this.borgCommand = other.borgCommand;
        this.borgBinary = other.borgBinary;
        this.versionOK = other.versionOK;
        this.version = other.version;