Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2003-03-27 07:39:25 +0000
committerDani Megert2003-03-27 07:39:25 +0000
commit550e749102356ef4d04fa1261adf02b1450e5088 (patch)
treec29f1d3d839ba4e81117f39a76cc125186210064
parent6b54e2eea6413e5b7aac6ce4314b9e70831fe6ce (diff)
downloadeclipse.platform.text-550e749102356ef4d04fa1261adf02b1450e5088.tar.gz
eclipse.platform.text-550e749102356ef4d04fa1261adf02b1450e5088.tar.xz
eclipse.platform.text-550e749102356ef4d04fa1261adf02b1450e5088.zip
Fixed Javadoc problem
-rw-r--r--org.eclipse.jface.text/src/org/eclipse/jface/text/source/OverviewRuler.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jface.text/src/org/eclipse/jface/text/source/OverviewRuler.java b/org.eclipse.jface.text/src/org/eclipse/jface/text/source/OverviewRuler.java
index 531f8fa1f40..64c0a11c1bb 100644
--- a/org.eclipse.jface.text/src/org/eclipse/jface/text/source/OverviewRuler.java
+++ b/org.eclipse.jface.text/src/org/eclipse/jface/text/source/OverviewRuler.java
@@ -56,8 +56,8 @@ import org.eclipse.jface.text.TextEvent;
/**
* Ruler presented next to a source viewer showing all annotations of the
- * viewer's annotation model in a compact format, i.e. using the same height as
- * the source viewer.<p>
+ * viewer's annotation model in a compact format. The ruler has the same height
+ * as the source viewer.<p>
* Clients usually instantiate and configure objects of this class.
*
* @since 2.1

Back to the top