Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2009-10-06 18:49:29 +0000
committerJohn Arthorne2009-10-06 18:49:29 +0000
commitb8e5a29f86ec0e3df4510b98e6cbb58c6286b186 (patch)
treec733d2b03d5ca679c2e201f85eca29e070e1a987 /bundles/org.eclipse.equinox.p2.core/src/org/eclipse/equinox
parent32fc6a9ac50c46f0448717cb3f07a6cb9648d211 (diff)
downloadrt.equinox.p2-b8e5a29f86ec0e3df4510b98e6cbb58c6286b186.tar.gz
rt.equinox.p2-b8e5a29f86ec0e3df4510b98e6cbb58c6286b186.tar.xz
rt.equinox.p2-b8e5a29f86ec0e3df4510b98e6cbb58c6286b186.zip
Fixed javadoc error
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.core/src/org/eclipse/equinox')
-rw-r--r--bundles/org.eclipse.equinox.p2.core/src/org/eclipse/equinox/internal/provisional/p2/core/IServiceUI.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.core/src/org/eclipse/equinox/internal/provisional/p2/core/IServiceUI.java b/bundles/org.eclipse.equinox.p2.core/src/org/eclipse/equinox/internal/provisional/p2/core/IServiceUI.java
index 120473ab3..0b339d5a2 100644
--- a/bundles/org.eclipse.equinox.p2.core/src/org/eclipse/equinox/internal/provisional/p2/core/IServiceUI.java
+++ b/bundles/org.eclipse.equinox.p2.core/src/org/eclipse/equinox/internal/provisional/p2/core/IServiceUI.java
@@ -119,7 +119,7 @@ public interface IServiceUI {
/**
* Opens a UI prompt to capture information about trusted content.
*
- * @param certificates - an array of certificate chains for which there is no current trust anchor. May be
+ * @param untrustedChain - an array of certificate chains for which there is no current trust anchor. May be
* <code>null</code>, which means there are no untrusted certificate chains.
* @param unsignedDetail - an array of strings, where each String describes content that is not signed.
* May be <code>null</code>, which means there is no unsigned content

Back to the top