Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2007-03-21 13:36:05 +0000
committerMichael Valenta2007-03-21 13:36:05 +0000
commit6ff43f51445b23a3a1441b60760371b0f28a9bfb (patch)
treec6dc475d1b1356e50f9976901a0087a5da7f12d0 /bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/history/RevisionAnnotationController.java
parent4e7e3bde491476a182509656d9359df7ffca41d6 (diff)
downloadeclipse.platform.team-6ff43f51445b23a3a1441b60760371b0f28a9bfb.tar.gz
eclipse.platform.team-6ff43f51445b23a3a1441b60760371b0f28a9bfb.tar.xz
eclipse.platform.team-6ff43f51445b23a3a1441b60760371b0f28a9bfb.zip
Removed "experimental" tag from javadoc of new API
Diffstat (limited to 'bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/history/RevisionAnnotationController.java')
-rw-r--r--bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/history/RevisionAnnotationController.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/history/RevisionAnnotationController.java b/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/history/RevisionAnnotationController.java
index 3a38201fa..4e7a7f73a 100644
--- a/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/history/RevisionAnnotationController.java
+++ b/bundles/org.eclipse.team.ui/src/org/eclipse/team/ui/history/RevisionAnnotationController.java
@@ -39,12 +39,6 @@ import org.eclipse.ui.texteditor.ITextEditor;
* revision ruler and a history list such as one shown in the history view. In
* other words, the selection in the history list will be reflected in the
* revision rule and vice versa.
- * <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>
*
* @see Revision
* @see RevisionInformation

Back to the top