> @@ -158,7 +158,7 @@ public Datacenter getDatacenter() {
> public String toString() {
> return "Limits [id=" + getId() + ", repositoryHard=" +
> getRepositoryHard() + ", repositorySoft="
> + getRepositorySoft() + ", cpuCountHard=" +
> getCpuCountHardLimit() + ", cpuCountSoft="
> - + getCpuCountSoftLimit() + ", hdHardInMB=" +
> getHdHardLimitInMb() + ", hdSoftInMB=" + getHdSoftLimitInMb()
> + + getCpuCountSoftLimit() + ", hdHardInMB=" + getHdHardLimit() +
> ", hdSoftInMB=" + getHdSoftLimit()
Are "hdHardInMB=" and "hdSoftInMB=" still correct here, then?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/29/files#r7166733