Skip to content

Commit

Permalink
RESTful Service : List configured Storage systems should only fetch u…
Browse files Browse the repository at this point in the history
…sed/free space for storage systems which match the specified filter fix #1378
  • Loading branch information
gunterze committed May 8, 2018
1 parent 355d112 commit 2e81598
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ private List<StorageSystem> getStorageSystems() {
return storageSystems;
}

class StorageSystem {
private static class StorageSystem {
final StorageDescriptor desc;
final long usableSpace;
final long totalSpace;
Expand Down

0 comments on commit 2e81598

Please sign in to comment.