Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jface.text/src/org/eclipse/jface/text/IInformationControl.java')
-rw-r--r--org.eclipse.jface.text/src/org/eclipse/jface/text/IInformationControl.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jface.text/src/org/eclipse/jface/text/IInformationControl.java b/org.eclipse.jface.text/src/org/eclipse/jface/text/IInformationControl.java
index 88d34a21ce9..4be58e5facc 100644
--- a/org.eclipse.jface.text/src/org/eclipse/jface/text/IInformationControl.java
+++ b/org.eclipse.jface.text/src/org/eclipse/jface/text/IInformationControl.java
@@ -163,7 +163,7 @@ public interface IInformationControl {
* Returns whether this information control (or one of its children) has the focus.
* The suggested implementation is like this (<code>fShell</code> is this information control's shell):
* <pre>return fShell.getDisplay().getActiveShell() == fShell</pre>
- *
+ *
* <p>Note that implementations of {@link IInformationControlExtension5} are required to use this
* suggested implementation.
* </p>

Back to the top