Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.text/src/org/eclipse/jface/text/IDocumentListener.java')
-rw-r--r--org.eclipse.text/src/org/eclipse/jface/text/IDocumentListener.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.text/src/org/eclipse/jface/text/IDocumentListener.java b/org.eclipse.text/src/org/eclipse/jface/text/IDocumentListener.java
index 7c9f38a15b7..6113babe44a 100644
--- a/org.eclipse.text/src/org/eclipse/jface/text/IDocumentListener.java
+++ b/org.eclipse.text/src/org/eclipse/jface/text/IDocumentListener.java
@@ -18,7 +18,9 @@ package org.eclipse.jface.text;
* they are applied and after they have been applied. It is ensured that
* the document event passed into the listener is the same for the two
* notifications, i.e. the two document events can be checked using object identity.
+ * <p>
* Clients may implement this interface.
+ * </p>
*
* @see org.eclipse.jface.text.IDocument
*/

Back to the top