Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2006-02-10 18:00:21 +0000
committerMichael Valenta2006-02-10 18:00:21 +0000
commit2220a0312d086e4dcc13b74a2eea9d3a4f8395e3 (patch)
tree3b8d75f535573b232b66915bb4644dd313b44619 /bundles/org.eclipse.team.core/src/org/eclipse/team/core/mapping/ISynchronizationScopeParticipant.java
parent21af7e7f27c192d77bae7bae74e3bdd0297ccd61 (diff)
downloadeclipse.platform.team-2220a0312d086e4dcc13b74a2eea9d3a4f8395e3.tar.gz
eclipse.platform.team-2220a0312d086e4dcc13b74a2eea9d3a4f8395e3.tar.xz
eclipse.platform.team-2220a0312d086e4dcc13b74a2eea9d3a4f8395e3.zip
Removed EXPERIMENTAL tags from javadoc
Diffstat (limited to 'bundles/org.eclipse.team.core/src/org/eclipse/team/core/mapping/ISynchronizationScopeParticipant.java')
-rw-r--r--bundles/org.eclipse.team.core/src/org/eclipse/team/core/mapping/ISynchronizationScopeParticipant.java8
1 files changed, 1 insertions, 7 deletions
diff --git a/bundles/org.eclipse.team.core/src/org/eclipse/team/core/mapping/ISynchronizationScopeParticipant.java b/bundles/org.eclipse.team.core/src/org/eclipse/team/core/mapping/ISynchronizationScopeParticipant.java
index 8ee283740..dc0d121f3 100644
--- a/bundles/org.eclipse.team.core/src/org/eclipse/team/core/mapping/ISynchronizationScopeParticipant.java
+++ b/bundles/org.eclipse.team.core/src/org/eclipse/team/core/mapping/ISynchronizationScopeParticipant.java
@@ -21,13 +21,7 @@ import org.eclipse.core.resources.mapping.ResourceMapping;
* {@link ResourceMapping} instances) contained in the scope.
*
* <p>
- * Clients may implement this interface
- * <p>
- * <strong>EXPERIMENTAL</strong>. This class or interface has been added as
- * part of a work in progress. There is a guarantee neither that this API will
- * work nor that it will remain the same. Please do not use this API without
- * consulting with the Platform/Team team.
- * </p>
+ * Clients may implement this interface.
*
* @see org.eclipse.core.resources.mapping.ResourceMapping
* @see ISynchronizationScopeManager

Back to the top