Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.text/src/org/eclipse/jface/text/source/IAnnotationModelExtension2.java')
-rw-r--r--org.eclipse.text/src/org/eclipse/jface/text/source/IAnnotationModelExtension2.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.text/src/org/eclipse/jface/text/source/IAnnotationModelExtension2.java b/org.eclipse.text/src/org/eclipse/jface/text/source/IAnnotationModelExtension2.java
index 1367cbe628c..9011e83e2f5 100644
--- a/org.eclipse.text/src/org/eclipse/jface/text/source/IAnnotationModelExtension2.java
+++ b/org.eclipse.text/src/org/eclipse/jface/text/source/IAnnotationModelExtension2.java
@@ -28,8 +28,8 @@ public interface IAnnotationModelExtension2 {
* Returns an iterator over all annotations managed by this model that are
* inside the given region.
*
- * @param offset the start position of the region, must be >= 0
- * @param length the length of the region, must be >= 0
+ * @param offset the start position of the region, must be >= 0
+ * @param length the length of the region, must be >= 0
* @param canStartBefore if <code>true</code> then annotations are included
* which start before the region if they end at or after the region's start
* @param canEndAfter if <code>true</code> then annotations are included

Back to the top