Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/ModelParticipantWizard.java')
-rw-r--r--bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/ModelParticipantWizard.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/ModelParticipantWizard.java b/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/ModelParticipantWizard.java
index 0d7a7b500..9d69d3c74 100644
--- a/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/ModelParticipantWizard.java
+++ b/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/ModelParticipantWizard.java
@@ -35,9 +35,6 @@ public abstract class ModelParticipantWizard extends ParticipantSynchronizeWizar
setNeedsProgressMonitor(true);
}
- /* (non-Javadoc)
- * @see org.eclipse.team.ui.synchronize.ParticipantSynchronizeWizard#createParticipant()
- */
@Override
protected final void createParticipant() {
ISynchronizeParticipant participant = createParticipant(selectionPage.getSelectedMappings());
@@ -46,9 +43,6 @@ public abstract class ModelParticipantWizard extends ParticipantSynchronizeWizar
participant.run(null /* no site */);
}
- /* (non-Javadoc)
- * @see org.eclipse.team.ui.synchronize.ParticipantSynchronizeWizard#createScopeSelectionPage()
- */
@Override
protected final WizardPage createScopeSelectionPage() {
selectionPage = new ModelElementSelectionPage(getRootResources());

Back to the top