Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/namespace/IdentityNamespace.java')
-rw-r--r--bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/namespace/IdentityNamespace.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/namespace/IdentityNamespace.java b/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/namespace/IdentityNamespace.java
index de0d2d851..e34dcaba1 100644
--- a/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/namespace/IdentityNamespace.java
+++ b/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/namespace/IdentityNamespace.java
@@ -57,8 +57,8 @@ public final class IdentityNamespace extends Namespace {
/**
* The capability directive identifying if the resource is a singleton. A
* {@code String} value of "true" indicates the resource is a
- * singleton; any other value or <code>null</code> indicates the resource is
- * not a singleton.
+ * singleton; any other value or {@code null} indicates the resource is not
+ * a singleton.
*/
public static final String CAPABILITY_SINGLETON_DIRECTIVE = "singleton";

Back to the top