Author: adietish
Date: 2012-02-09 12:01:39 -0500 (Thu, 09 Feb 2012)
New Revision: 38574
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/GitCloningSettingsWizardPage.java
Log:
removed unneeded constructor
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/GitCloningSettingsWizardPage.java
===================================================================
---
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/GitCloningSettingsWizardPage.java 2012-02-09
17:01:14 UTC (rev 38573)
+++
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/wizard/GitCloningSettingsWizardPage.java 2012-02-09
17:01:39 UTC (rev 38574)
@@ -51,15 +51,6 @@
private Button useDefaultRepoPathButton;
private Text remoteNameText;
- public GitCloningSettingsWizardPage(AbstractOpenShiftApplicationWizard<?> wizard,
IOpenShiftWizardModel model) {
- super(
- "Import an existing OpenShift application",
- "Configure the cloning settings by specifying the clone destination if you
create a new project, and the git remote name if you're using an existing
project.",
- "Cloning settings", wizard);
- this.pageModel = new GitCloningSettingsWizardPageModel(model);
- setPageComplete(false);
- }
-
public GitCloningSettingsWizardPage(OpenShiftExpressApplicationWizard wizard,
IOpenShiftWizardModel model) {
super(
"Import an existing OpenShift application",
Show replies by date