Author: adietish
Date: 2010-12-15 09:50:26 -0500 (Wed, 15 Dec 2010)
New Revision: 27507
Modified:
trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/src/org/jboss/tools/internal/deltacloud/ui/wizards/ProfileComposite.java
Log:
cleanup
Modified:
trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/src/org/jboss/tools/internal/deltacloud/ui/wizards/ProfileComposite.java
===================================================================
---
trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/src/org/jboss/tools/internal/deltacloud/ui/wizards/ProfileComposite.java 2010-12-15
14:49:01 UTC (rev 27506)
+++
trunk/deltacloud/plugins/org.jboss.tools.deltacloud.ui/src/org/jboss/tools/internal/deltacloud/ui/wizards/ProfileComposite.java 2010-12-15
14:50:26 UTC (rev 27507)
@@ -121,11 +121,11 @@
fd.top = new FormAttachment(memoryControl, 8);
storageLabel.setLayoutData(fd);
DeltaCloudHardwareProperty storageProperty =
profile.getNamedProperty("storage"); //$NON-NLS-1$
- createStorageControls(memoryControl, memoryProperty, storageProperty, container);
+ createStorageControls(memoryControl, memoryProperty, storageProperty, storageLabel,
container);
}
private Control createStorageControls(Control memoryControl, DeltaCloudHardwareProperty
memoryProperty,
- DeltaCloudHardwareProperty storageProperty, Composite container) {
+ DeltaCloudHardwareProperty storageProperty, Label storageLabel, Composite container)
{
Control storageControl = null;
if (storageProperty != null) {
if (storageProperty.getKind() == DeltaCloudHardwareProperty.Kind.FIXED) {
Show replies by date