Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--org.eclipse.jface.text/src/org/eclipse/jface/text/source/inlined/InlinedAnnotationSupport.java2
-rw-r--r--org.eclipse.jface.text/src/org/eclipse/jface/text/source/inlined/LineContentAnnotation.java2
-rw-r--r--org.eclipse.jface.text/src/org/eclipse/jface/text/source/inlined/LineHeaderAnnotation.java2
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;
* <li>line content annotation with {@link LineContentAnnotation}.</li>
* </ul>
*
- * @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 {

Back to the top