Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorangelozerr2017-11-30 16:05:33 +0000
committerangelozerr2017-11-30 16:05:33 +0000
commit53bb42745d60d5d2d9b4fb7327962eb1fdf9b093 (patch)
tree036408dce91805af6f95eaaa426ccb5e99e0dc6e
parente620510b6f138b5e01844607692b73e5c9c7f84a (diff)
downloadeclipse.platform.text-53bb42745d60d5d2d9b4fb7327962eb1fdf9b093.tar.gz
eclipse.platform.text-53bb42745d60d5d2d9b4fb7327962eb1fdf9b093.tar.xz
eclipse.platform.text-53bb42745d60d5d2d9b4fb7327962eb1fdf9b093.zip
Bug 527675: [CodeMining] Provide inline annotations support
Fixed API version errors Change-Id: Ia3aeb89056ac7ad3e59a1c5a01d4e80eeda3157a Signed-off-by: angelozerr <angelo.zerr@gmail.com>
-rw-r--r--org.eclipse.jface.text/src/org/eclipse/jface/text/source/inlined/InlinedAnnotationDrawingStrategy.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jface.text/src/org/eclipse/jface/text/source/inlined/InlinedAnnotationDrawingStrategy.java b/org.eclipse.jface.text/src/org/eclipse/jface/text/source/inlined/InlinedAnnotationDrawingStrategy.java
index 85d90bb0e4c..83f53c8b7d2 100644
--- a/org.eclipse.jface.text/src/org/eclipse/jface/text/source/inlined/InlinedAnnotationDrawingStrategy.java
+++ b/org.eclipse.jface.text/src/org/eclipse/jface/text/source/inlined/InlinedAnnotationDrawingStrategy.java
@@ -24,7 +24,7 @@ import org.eclipse.jface.text.source.AnnotationPainter.IDrawingStrategy;
/**
* {@link IDrawingStrategy} implementation to render {@link AbstractInlinedAnnotation}.
*
- * @since 3.13.0
+ * @since 3.13
*/
class InlinedAnnotationDrawingStrategy implements IDrawingStrategy {

Back to the top