Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/signedcontent/SignedContentEntry.java')
-rw-r--r--bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/signedcontent/SignedContentEntry.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/signedcontent/SignedContentEntry.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/signedcontent/SignedContentEntry.java
index ea1dce0e2..190569947 100644
--- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/signedcontent/SignedContentEntry.java
+++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/signedcontent/SignedContentEntry.java
@@ -46,7 +46,7 @@ public interface SignedContentEntry {
/**
* Returns true if the entry is signed; false otherwise. This is a convenience method
- * equivalent to calling <code>{@link #getSignerInfos()}.length > 0</code>
+ * equivalent to calling <code>{@link #getSignerInfos()}.length &gt; 0</code>
* @return true if the content is signed
*/
public boolean isSigned();

Back to the top