Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.jface.text/src/org/eclipse/jface/text/information/IInformationProvider.java')
-rw-r--r--org.eclipse.jface.text/src/org/eclipse/jface/text/information/IInformationProvider.java15
1 files changed, 8 insertions, 7 deletions
diff --git a/org.eclipse.jface.text/src/org/eclipse/jface/text/information/IInformationProvider.java b/org.eclipse.jface.text/src/org/eclipse/jface/text/information/IInformationProvider.java
index abb6ce0bea2..7a0b3a62593 100644
--- a/org.eclipse.jface.text/src/org/eclipse/jface/text/information/IInformationProvider.java
+++ b/org.eclipse.jface.text/src/org/eclipse/jface/text/information/IInformationProvider.java
@@ -20,15 +20,16 @@ import org.eclipse.jface.text.ITextViewer;
/**
* Provides information related to the content of a text viewer.
* <p>
- * In order to provide backward compatibility for clients of <code>IInformationProvider</code>, extension
- * interfaces are used to provide a means of evolution. The following extension interfaces exist:
+ * In order to provide backward compatibility for clients of <code>IInformationProvider</code>,
+ * extension interfaces are used to provide a means of evolution. The following extension interfaces
+ * exist:
+ * </p>
* <ul>
- * <li>{@link IInformationProviderExtension} since version 2.1 introducing
- * the ability to provide the element for a given subject</li>
- * <li>{@link IInformationProviderExtension2} since version 3.0 introducing
- * the ability to provide its own information control creator</li>
+ * <li>{@link IInformationProviderExtension} since version 2.1 introducing the ability to provide
+ * the element for a given subject</li>
+ * <li>{@link IInformationProviderExtension2} since version 3.0 introducing the ability to provide
+ * its own information control creator</li>
* </ul>
- * </p>
* <p>
* Clients may implement this interface.
* </p>

Back to the top