From e620510b6f138b5e01844607692b73e5c9c7f84a Mon Sep 17 00:00:00 2001 From: Noopur Gupta Date: Thu, 30 Nov 2017 21:14:41 +0530 Subject: Bug 527675: [CodeMining] Provide inline annotations support Fixed API version errors Change-Id: I71ab3cd8b837dbce3803cc8b6cd8e68dfa79886f --- .../org/eclipse/jface/text/source/inlined/InlinedAnnotationSupport.java | 2 +- .../org/eclipse/jface/text/source/inlined/LineContentAnnotation.java | 2 +- .../src/org/eclipse/jface/text/source/inlined/LineHeaderAnnotation.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/org.eclipse.jface.text/src/org/eclipse/jface/text/source/inlined/InlinedAnnotationSupport.java b/org.eclipse.jface.text/src/org/eclipse/jface/text/source/inlined/InlinedAnnotationSupport.java index bf6b9c4074a..5fb9e7c2f6b 100644 --- a/org.eclipse.jface.text/src/org/eclipse/jface/text/source/inlined/InlinedAnnotationSupport.java +++ b/org.eclipse.jface.text/src/org/eclipse/jface/text/source/inlined/InlinedAnnotationSupport.java @@ -50,7 +50,7 @@ import org.eclipse.jface.text.source.ISourceViewer; *
  • line content annotation with {@link LineContentAnnotation}.
  • * * - * @since 3.13.0 + * @since 3.13 */ public class InlinedAnnotationSupport implements StyledTextLineSpacingProvider { diff --git a/org.eclipse.jface.text/src/org/eclipse/jface/text/source/inlined/LineContentAnnotation.java b/org.eclipse.jface.text/src/org/eclipse/jface/text/source/inlined/LineContentAnnotation.java index 88f33f67e3d..77f95584254 100644 --- a/org.eclipse.jface.text/src/org/eclipse/jface/text/source/inlined/LineContentAnnotation.java +++ b/org.eclipse.jface.text/src/org/eclipse/jface/text/source/inlined/LineContentAnnotation.java @@ -21,7 +21,7 @@ import org.eclipse.jface.text.Position; * Inlined annotation which is drawn in the line content and which takes some place with a given * width. * - * @since 3.13.0 + * @since 3.13 */ public class LineContentAnnotation extends AbstractInlinedAnnotation { diff --git a/org.eclipse.jface.text/src/org/eclipse/jface/text/source/inlined/LineHeaderAnnotation.java b/org.eclipse.jface.text/src/org/eclipse/jface/text/source/inlined/LineHeaderAnnotation.java index e9f3dc7f3ec..ad61db43d95 100644 --- a/org.eclipse.jface.text/src/org/eclipse/jface/text/source/inlined/LineHeaderAnnotation.java +++ b/org.eclipse.jface.text/src/org/eclipse/jface/text/source/inlined/LineHeaderAnnotation.java @@ -17,7 +17,7 @@ import org.eclipse.jface.text.Position; /** * Inlined annotation which is drawn before a line and which takes some place with a given height. * - * @since 3.13.0 + * @since 3.13 */ public class LineHeaderAnnotation extends AbstractInlinedAnnotation { -- cgit v1.2.3