Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/BackgroundEventHandler.java')
-rw-r--r--bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/BackgroundEventHandler.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/BackgroundEventHandler.java b/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/BackgroundEventHandler.java
index 0b6b9a1c8..f5af7e20b 100644
--- a/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/BackgroundEventHandler.java
+++ b/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/BackgroundEventHandler.java
@@ -38,9 +38,9 @@ import org.eclipse.team.core.TeamException;
* which cannot be performed in the delta handler because the workspace is locked.</li>
* <li>a data structure is not thread safe and requires serialized operations.<li>
* </ul>
- * </p>
* <p>
* The event handler has the following characteristics:
+ * </p>
* <ol>
* <li>Incoming events are placed in an incoming queue.</li>
* <li>Each event is processed by calling the <code>processEvent</code> method
@@ -53,8 +53,7 @@ import org.eclipse.team.core.TeamException;
* operations.<li>
* <li>Errors that occur during event processing or dispatch can be accumulated by calling the <code>handle</code>
* method. Accumulated errors are used to form the status that is returned when the job completes.<li>
- * </ul>
- * </p>
+ * </ol>
*
* @since 3.0
*/

Back to the top