Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Zarna2009-07-14 09:35:35 +0000
committerTomasz Zarna2009-07-14 09:35:35 +0000
commit749b579fd7d599c47835bc636f5fc0ce8d1b10b8 (patch)
tree97d50a091f844e2ee9f6a9fcdd0067bb3e824b71 /bundles/org.eclipse.team.ui/src/org/eclipse/team/ui
parent85566271de397bd3463ea19d9c5a978a817eaf5b (diff)
downloadeclipse.platform.team-749b579fd7d599c47835bc636f5fc0ce8d1b10b8.tar.gz
eclipse.platform.team-749b579fd7d599c47835bc636f5fc0ce8d1b10b8.tar.xz
eclipse.platform.team-749b579fd7d599c47835bc636f5fc0ce8d1b10b8.zip
bug 257062: IConfigurationWizardExtension has TODO in its init(IWorkbench, IProject[]) method's javadoc
Diffstat (limited to 'bundles/org.eclipse.team.ui/src/org/eclipse/team/ui')
-rw-r--r--bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/IConfigurationWizardExtension.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/IConfigurationWizardExtension.java b/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/IConfigurationWizardExtension.java
index 657f14244..4a64c5de5 100644
--- a/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/IConfigurationWizardExtension.java
+++ b/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/IConfigurationWizardExtension.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007 IBM Corporation and others.
+ * Copyright (c) 2007, 2009 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -37,7 +37,6 @@ public interface IConfigurationWizardExtension {
* </p>
*
* @param workbench the current workbench
- * TODO This parameter is useless. Should we pass the active page or part?
* @param projects the selected projects
*/
void init(IWorkbench workbench, IProject[] projects);

Back to the top