Author: adietish
Date: 2012-02-15 17:20:03 -0500 (Wed, 15 Feb 2012)
New Revision: 38783
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationConfigurationWizardPageModel.java
Log:
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationConfigurationWizardPageModel.java
===================================================================
---
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationConfigurationWizardPageModel.java 2012-02-15
22:02:30 UTC (rev 38782)
+++
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/ApplicationConfigurationWizardPageModel.java 2012-02-15
22:20:03 UTC (rev 38783)
@@ -130,9 +130,6 @@
}
}
- /**
- * @return the existingApplications
- */
public List<IApplication> getExistingApplications() {
return existingApplications;
}
@@ -151,8 +148,9 @@
* the existingApplications to set
*/
public void setExistingApplications(List<IApplication> existingApplications) {
- firePropertyChange(PROPERTY_EXISTING_APPLICATIONS, this.existingApplications,
- this.existingApplications = existingApplications);
+ firePropertyChange(PROPERTY_EXISTING_APPLICATIONS
+ , this.existingApplications
+ , this.existingApplications = existingApplications);
}
public void loadCartridges() throws OpenShiftException {
@@ -186,8 +184,6 @@
}
public List<IEmbeddableCartridge> loadEmbeddableCartridges() throws
OpenShiftException {
- // List<IEmbeddableCartridge> cartridges =
- // OpenShiftUIActivator.getDefault().getUser().getEmbeddableCartridges();
List<IEmbeddableCartridge> cartridges = getUser().getEmbeddableCartridges();
setEmbeddableCartridges(cartridges);
return cartridges;
Show replies by date