Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Zarna2009-09-30 11:54:27 +0000
committerTomasz Zarna2009-09-30 11:54:27 +0000
commit471d7c093bf223aaf39c0922d47e1793ab018d3c (patch)
tree0bd2cf1c51d27c2e7d35cccaabf6442d551dc2ad /bundles/org.eclipse.team.ui/src/org/eclipse/team/ui
parentf0f7bce85fb83a9a6fce18e44c08586f4a8ccfda (diff)
downloadeclipse.platform.team-471d7c093bf223aaf39c0922d47e1793ab018d3c.tar.gz
eclipse.platform.team-471d7c093bf223aaf39c0922d47e1793ab018d3c.tar.xz
eclipse.platform.team-471d7c093bf223aaf39c0922d47e1793ab018d3c.zip
bug 290888: ISynchronizeView is not intended to be implemented by clients
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/synchronize/ISynchronizeView.java7
1 files changed, 3 insertions, 4 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 f823e71c5..565b30a02 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
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2006 IBM Corporation and others.
+ * Copyright (c) 2000, 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
@@ -23,11 +23,10 @@ import org.eclipse.ui.IViewPart;
* to all participants. Instead, add participant specific actions as described
* in {@link org.eclipse.team.ui.synchronize.ISynchronizePageConfiguration}.
* </p>
- * <p>
- * Clients are not intended to implement this interface.
- * </p>
* @see ISynchronizeManager#showSynchronizeViewInActivePage()
* @since 3.0
+ * @noimplement Clients are not intended to implement this interface.
+ *
*/
public interface ISynchronizeView extends IViewPart {
/**

Back to the top