Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.ui/src/org/eclipse/emf/cdo/internal/ui/wizards/NewEditorWizardPage.java')
-rw-r--r--plugins/org.eclipse.emf.cdo.ui/src/org/eclipse/emf/cdo/internal/ui/wizards/NewEditorWizardPage.java22
1 files changed, 11 insertions, 11 deletions
diff --git a/plugins/org.eclipse.emf.cdo.ui/src/org/eclipse/emf/cdo/internal/ui/wizards/NewEditorWizardPage.java b/plugins/org.eclipse.emf.cdo.ui/src/org/eclipse/emf/cdo/internal/ui/wizards/NewEditorWizardPage.java
index 95ea5bdf24..66a05a5f8d 100644
--- a/plugins/org.eclipse.emf.cdo.ui/src/org/eclipse/emf/cdo/internal/ui/wizards/NewEditorWizardPage.java
+++ b/plugins/org.eclipse.emf.cdo.ui/src/org/eclipse/emf/cdo/internal/ui/wizards/NewEditorWizardPage.java
@@ -181,17 +181,17 @@ public class NewEditorWizardPage extends WizardPage
}
}
-// if (connectorText.isEnabled() && connectorText.getText().length() == 0)
-// {
-// updateStatus("Enter a description to create a new connector.");
-// return;
-// }
-//
-// if (repositoryText.getText().length() == 0)
-// {
-// updateStatus("Enter the name of a remote repository.");
-// return;
-// }
+ // if (connectorText.isEnabled() && connectorText.getText().length() == 0)
+ // {
+ // updateStatus("Enter a description to create a new connector.");
+ // return;
+ // }
+ //
+ // if (repositoryText.getText().length() == 0)
+ // {
+ // updateStatus("Enter the name of a remote repository.");
+ // return;
+ // }
updateStatus(null);
}

Back to the top