Skip to content

Commit

Permalink
Model/Folder#MinDiskFree: Initialize members (fixes #277)
Browse files Browse the repository at this point in the history
  • Loading branch information
Catfriend1 committed Jan 26, 2019
1 parent f1218a6 commit 0c3a57f
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -51,8 +51,8 @@ public static class Versioning implements Serializable {
}

public static class MinDiskFree {
public float value;
public String unit;
public float value = 1;
public String unit = "%";
}

public void addDevice(final Device device) {
Expand Down

0 comments on commit 0c3a57f

Please sign in to comment.