Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Michel-Lemieux2004-05-07 19:23:54 +0000
committerJean Michel-Lemieux2004-05-07 19:23:54 +0000
commit477dbb5a90988719995833b813a9474d5f704285 (patch)
tree3c85edbe5e61c6e816194cc2d2a44ba166246e76 /tests/org.eclipse.team.tests.core
parent396dfc55bd07ba7248adad8552971bb4434053a7 (diff)
downloadeclipse.platform.team-477dbb5a90988719995833b813a9474d5f704285.tar.gz
eclipse.platform.team-477dbb5a90988719995833b813a9474d5f704285.tar.xz
eclipse.platform.team-477dbb5a90988719995833b813a9474d5f704285.zip
*** empty log message ***
Diffstat (limited to 'tests/org.eclipse.team.tests.core')
-rw-r--r--tests/org.eclipse.team.tests.core/src/org/eclipse/team/tests/ui/synchronize/TestParticipant.java9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/org.eclipse.team.tests.core/src/org/eclipse/team/tests/ui/synchronize/TestParticipant.java b/tests/org.eclipse.team.tests.core/src/org/eclipse/team/tests/ui/synchronize/TestParticipant.java
index af837b141..03b9c93ce 100644
--- a/tests/org.eclipse.team.tests.core/src/org/eclipse/team/tests/ui/synchronize/TestParticipant.java
+++ b/tests/org.eclipse.team.tests.core/src/org/eclipse/team/tests/ui/synchronize/TestParticipant.java
@@ -14,6 +14,7 @@ import org.eclipse.jface.wizard.IWizard;
import org.eclipse.team.core.synchronize.SyncInfoTree;
import org.eclipse.team.ui.synchronize.AbstractSynchronizeParticipant;
import org.eclipse.team.ui.synchronize.ISynchronizePageConfiguration;
+import org.eclipse.ui.IWorkbenchPart;
import org.eclipse.ui.part.IPageBookViewPage;
public class TestParticipant extends AbstractSynchronizeParticipant {
@@ -49,6 +50,14 @@ public class TestParticipant extends AbstractSynchronizeParticipant {
// Noop
}
+ /* (non-Javadoc)
+ * @see org.eclipse.team.ui.synchronize.ISynchronizeParticipant#run(org.eclipse.ui.IWorkbenchPart)
+ */
+ public void run(IWorkbenchPart part) {
+ // TODO Auto-generated method stub
+
+ }
+
/**
*
*/

Back to the top