Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/service/resolver/State.java')
-rw-r--r--bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/service/resolver/State.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/service/resolver/State.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/service/resolver/State.java
index 7608abe69..dc62889d8 100644
--- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/service/resolver/State.java
+++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/service/resolver/State.java
@@ -387,12 +387,12 @@ public interface State {
public StateDelta resolve(BundleDescription[] resolve, boolean discard);
/**
- * Sets the version overrides which are to be applied during the resolutoin
+ * Sets the version overrides which are to be applied during the resolution
* of this state. Version overrides allow external forces to
* refine/override the version constraints setup by the components in the
* state.
*
- * @param value
+ * @param value Format undefined.
* @deprecated The exact form of this has never been defined. There is
* no alternative method available.
*/

Back to the top