Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarsten Thoms2019-02-14 21:33:52 +0000
committerKarsten Thoms2019-02-15 02:31:41 +0000
commit27e73a64c9a38f98b23838f2279c227238541f09 (patch)
tree0e349a76a63bd6bafae57a4149eb06df7d3cabcd
parent578a68df741d6b2ff9b99053b05ae34aa54b7fbd (diff)
downloadrt.equinox.framework-27e73a64c9a38f98b23838f2279c227238541f09.tar.gz
rt.equinox.framework-27e73a64c9a38f98b23838f2279c227238541f09.tar.xz
rt.equinox.framework-27e73a64c9a38f98b23838f2279c227238541f09.zip
Fix typo in javadoc of createRequirementI20190215-0630
Change-Id: I2fe0024e358820d4be87d3ae404a8d7cdc2b624e Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
-rw-r--r--bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/ModuleContainer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/ModuleContainer.java b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/ModuleContainer.java
index 4d84638af..e7870771f 100644
--- a/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/ModuleContainer.java
+++ b/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/ModuleContainer.java
@@ -208,7 +208,7 @@ public final class ModuleContainer implements DebugOptionsListener {
* Creates a synthetic requirement that is not associated with any module revision.
* This is useful for calling {@link FrameworkWiring#findProviders(Requirement)}.
* @param namespace the requirement namespace
- * @param directives the requriement directives
+ * @param directives the requirement directives
* @param attributes the requirement attributes
* @return a synthetic requirement
*/

Back to the top