Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarsten Thoms2018-09-23 19:45:48 +0000
committerKarsten Thoms2018-10-03 02:14:11 +0000
commit601b4a5b30cc64b3999a5ef62a5c29e8b9921131 (patch)
tree8ba5580d5ad2d86b0a1320eb13a5cb0a297d4a52 /bundles/org.eclipse.equinox.p2.director/src/org/eclipse/equinox/internal/p2/director
parentca59638e9ab6fc21b8bb25451d52afc68443402b (diff)
downloadrt.equinox.p2-601b4a5b30cc64b3999a5ef62a5c29e8b9921131.tar.gz
rt.equinox.p2-601b4a5b30cc64b3999a5ef62a5c29e8b9921131.tar.xz
rt.equinox.p2-601b4a5b30cc64b3999a5ef62a5c29e8b9921131.zip
[javadoc] Corrected link & version bump for 4.10
Missing arg raised validation error Change-Id: Ifb82822a6122e5927b9e8162e2296d4a04872a3e Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.director/src/org/eclipse/equinox/internal/p2/director')
-rw-r--r--bundles/org.eclipse.equinox.p2.director/src/org/eclipse/equinox/internal/p2/director/SimplePlanner.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.director/src/org/eclipse/equinox/internal/p2/director/SimplePlanner.java b/bundles/org.eclipse.equinox.p2.director/src/org/eclipse/equinox/internal/p2/director/SimplePlanner.java
index 4d12938fc..d9f7ee980 100644
--- a/bundles/org.eclipse.equinox.p2.director/src/org/eclipse/equinox/internal/p2/director/SimplePlanner.java
+++ b/bundles/org.eclipse.equinox.p2.director/src/org/eclipse/equinox/internal/p2/director/SimplePlanner.java
@@ -174,7 +174,7 @@ public class SimplePlanner implements IPlanner {
}
/**
- * Converts a list of {@link Projector#getExplanation() resolver explanations} to a human-readable status object
+ * Converts a list of {@link Projector#getExplanation(IProgressMonitor) resolver explanations} to a human-readable status object
*
* @param explanations List of resolver explanations ordered by logical causality.
* I.e. read from start to end should forms logical chain of statements as to why resolution failed.

Back to the top