Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/IAdapterManager.java')
-rw-r--r--bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/IAdapterManager.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/IAdapterManager.java b/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/IAdapterManager.java
index 90d9c25b2..39f39e84d 100644
--- a/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/IAdapterManager.java
+++ b/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/IAdapterManager.java
@@ -32,7 +32,7 @@ package org.eclipse.core.runtime;
* <p>
* The following code snippet shows how one might register an adapter of type
* <code>com.example.acme.Sticky</code> on resources in the workspace.
- * <p>
+ * </p>
*
* <pre>
* IAdapterFactory pr = new IAdapterFactory() {
@@ -60,7 +60,7 @@ package org.eclipse.core.runtime;
* Platform.getAdapterManager().registerAdapters(pr, IResource.class);
* </pre>
*
- * </p><p>
+ * <p>
* This interface can be used without OSGi running.
* </p><p>
* This interface is not intended to be implemented by clients.

Back to the top