Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2008-06-04 16:12:24 +0000
committerThomas Watson2008-06-04 16:12:24 +0000
commitb9a753a4ea6cfe860944f26ab818f8d76fafd990 (patch)
tree6613670ede81d1eee5f2b2af91ce6475bc385d28 /bundles
parent5348b0ca5efd68f11b59f6bd793df46b91cc02b2 (diff)
downloadrt.equinox.framework-b9a753a4ea6cfe860944f26ab818f8d76fafd990.tar.gz
rt.equinox.framework-b9a753a4ea6cfe860944f26ab818f8d76fafd990.tar.xz
rt.equinox.framework-b9a753a4ea6cfe860944f26ab818f8d76fafd990.zip
Bug 235633 [doc] JavaDoc for SignedContentFactory is incorrectv20080604-1800
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.osgi/security/src/org/eclipse/osgi/signedcontent/SignedContentFactory.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/bundles/org.eclipse.osgi/security/src/org/eclipse/osgi/signedcontent/SignedContentFactory.java b/bundles/org.eclipse.osgi/security/src/org/eclipse/osgi/signedcontent/SignedContentFactory.java
index 7a1024772..bfd405dac 100644
--- a/bundles/org.eclipse.osgi/security/src/org/eclipse/osgi/signedcontent/SignedContentFactory.java
+++ b/bundles/org.eclipse.osgi/security/src/org/eclipse/osgi/signedcontent/SignedContentFactory.java
@@ -34,7 +34,6 @@ import org.osgi.framework.Bundle;
public interface SignedContentFactory {
/**
* Returns a <code>SignedContent</code> object for the specified content of a repository.
- * A value of <code>null</code> is returned if the specified content is not signed.
* @param content the content of the repository
* @return signed content for the specified repository
* @throws IOException if an IO exception occurs while reading the repository
@@ -48,7 +47,6 @@ public interface SignedContentFactory {
/**
* Returns a <code>SignedContent</code> object for the specified bundle.
- * A value of <code>null</code> is returned if the specified content is not signed.
* @param bundle the bundle to get a signed content for.
* @return signed content for the specified bundle.
* @throws IOException if an IO exception occurs while reading the bundle content

Back to the top