Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Michel-Lemieux2004-02-27 20:03:32 +0000
committerJean Michel-Lemieux2004-02-27 20:03:32 +0000
commitc333b1a3082407176c0d36fdd0d2d4d1d8abc934 (patch)
tree8255e6020ff4d6c05daf4d3107ed23f0e6584245 /bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/ISynchronizeView.java
parent65dc0f6d363f08f70f96f88ff742c2c25f912e51 (diff)
downloadeclipse.platform.team-c333b1a3082407176c0d36fdd0d2d4d1d8abc934.tar.gz
eclipse.platform.team-c333b1a3082407176c0d36fdd0d2d4d1d8abc934.tar.xz
eclipse.platform.team-c333b1a3082407176c0d36fdd0d2d4d1d8abc934.zip
Working on synchronize model comments and hierarchy. In progress...
Diffstat (limited to 'bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/ISynchronizeView.java')
-rw-r--r--bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/ISynchronizeView.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/ISynchronizeView.java b/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/ISynchronizeView.java
index 0fdf85d87..387158033 100644
--- a/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/ISynchronizeView.java
+++ b/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/synchronize/ISynchronizeView.java
@@ -21,7 +21,7 @@ import org.eclipse.ui.IViewPart;
* <p>
* Clients should not add viewActions to this view because they will be global
* to all participants. Instead, add participant specific actions as described
- * in {@link TreeViewerAdvisor}.
+ * in {@link StructuredViewerAdvisor}.
* </p>
* <p>
* Clients are not intended to implement this interface.

Back to the top