Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.text/src/org/eclipse/jface/text/ISynchronizable.java')
-rw-r--r--org.eclipse.text/src/org/eclipse/jface/text/ISynchronizable.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.text/src/org/eclipse/jface/text/ISynchronizable.java b/org.eclipse.text/src/org/eclipse/jface/text/ISynchronizable.java
index 8fb644a96d1..d5e7df01d8c 100644
--- a/org.eclipse.text/src/org/eclipse/jface/text/ISynchronizable.java
+++ b/org.eclipse.text/src/org/eclipse/jface/text/ISynchronizable.java
@@ -17,10 +17,10 @@ package org.eclipse.jface.text;
* <p>
* In order to reduce the probability of dead locks clients should synchronize
* their access to these objects by using the provided lock object rather than
- * the object itself.
+ * the object itself.</p>
* <p>
* Managing objects can use the <code>setLockObject</code> method in order to
- * synchronize whole sets of objects.
+ * synchronize whole sets of objects.</p>
*
* @since 3.0
*/

Back to the top