Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2011-06-14 17:43:13 +0000
committerPascal Rapicault2011-06-14 17:43:13 +0000
commit3e738e9a29875242cdba6eb82bbabcca826b7358 (patch)
tree6ff4220c1af4a13c250f074fc1330ed9aa86418a /bundles/org.eclipse.equinox.p2.operations
parent9a6d1f0001dbcfc265e8c8a2a0275cb9b81b3007 (diff)
downloadrt.equinox.p2-3e738e9a29875242cdba6eb82bbabcca826b7358.tar.gz
rt.equinox.p2-3e738e9a29875242cdba6eb82bbabcca826b7358.tar.xz
rt.equinox.p2-3e738e9a29875242cdba6eb82bbabcca826b7358.zip
Bug 349275 - Javadoc warning in official build
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.operations')
-rw-r--r--bundles/org.eclipse.equinox.p2.operations/src/org/eclipse/equinox/p2/operations/OperationFactory.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.operations/src/org/eclipse/equinox/p2/operations/OperationFactory.java b/bundles/org.eclipse.equinox.p2.operations/src/org/eclipse/equinox/p2/operations/OperationFactory.java
index 599eadfce..e5769a594 100644
--- a/bundles/org.eclipse.equinox.p2.operations/src/org/eclipse/equinox/p2/operations/OperationFactory.java
+++ b/bundles/org.eclipse.equinox.p2.operations/src/org/eclipse/equinox/p2/operations/OperationFactory.java
@@ -138,7 +138,7 @@ public class OperationFactory {
/**
* Create an {@link UpdateOperation} that will update the elements specified.
- * @param toUpdate The elements to update.Passing null will result in looking for an update to all the installed. Note that you can pass the results of {@link OperationFactory.listInstalledElements} to this
+ * @param toUpdate The elements to update.Passing null will result in looking for an update to all the installed. Note that you can pass the results of {@link OperationFactory#listInstalledElements(boolean, IProgressMonitor)} to this
* method if you wish to update all elements installed in the running instance of eclipse.
* @param repos the repositories to update the elements from. If null is passed, it will use all previously registered repositories.
* @param monitor the progress monitor

Back to the top