> @@ -96,7 +110,8 @@ public Limits build() {
> }
>
> public static Builder fromEnterprise(final Limits in) {
> - return
> Limits.builder(in.context).ramLimits(in.getRamSoftLimitInMb(),
> in.getRamHardLimitInMb())
> + return Limits.builder(in.context, in.getDatacenter())
> + .ramLimits(in.getRamSoftLimitInMb(),
> in.getRamHardLimitInMb())
If this is purely a formatting change, align with the following lines?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/17/files#r5493461