Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jface.text/src/org/eclipse/jface/text/CursorLinePainter.java')
-rw-r--r--org.eclipse.jface.text/src/org/eclipse/jface/text/CursorLinePainter.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jface.text/src/org/eclipse/jface/text/CursorLinePainter.java b/org.eclipse.jface.text/src/org/eclipse/jface/text/CursorLinePainter.java
index 83171688c5e..6b2705a97f8 100644
--- a/org.eclipse.jface.text/src/org/eclipse/jface/text/CursorLinePainter.java
+++ b/org.eclipse.jface.text/src/org/eclipse/jface/text/CursorLinePainter.java
@@ -253,7 +253,7 @@ public class CursorLinePainter implements IPainter, LineBackgroundListener {
/**
* Returns <code>true</code> if the widget has a selection spanning multiple lines,
* <code>false</code> otherwise.
- *
+ *
* @param textWidget the text widget to check
* @return <code>true</code> if <code>textWidget</code> has a multiline selection,
* <code>false</code> otherwise

Back to the top