fix default behaviour

This commit is contained in:
danikov 2012-04-27 14:39:30 +01:00
parent 9b7bd20986
commit 3a61b143b4
1 changed files with 1 additions and 2 deletions

View File

@ -37,8 +37,7 @@ public class VCloudHardwareBuilderFromResourceAllocations extends HardwareBuilde
// return new VolumeImpl(from.getAddressOnParent() + "", Volume.Type.LOCAL, vDisk.getCapacity() / 1024f, null,
// "0".equals(from.getAddressOnParent()), true);
// } else {
// return super.apply(from);
return super.apply(from);
// }
return null;
}
}