Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Besedin2006-05-10 18:23:30 +0000
committerOleg Besedin2006-05-10 18:23:30 +0000
commitd15ff47890cdff8b1d5565b9a0e494c6a38f64d0 (patch)
tree709d319bae65def0031ae37723e7905e9241d558 /bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/Path.java
parentb86aeaa689128b880f1e9f26e6e9f4bb97f1f171 (diff)
downloadrt.equinox.bundles-d15ff47890cdff8b1d5565b9a0e494c6a38f64d0.tar.gz
rt.equinox.bundles-d15ff47890cdff8b1d5565b9a0e494c6a38f64d0.tar.xz
rt.equinox.bundles-d15ff47890cdff8b1d5565b9a0e494c6a38f64d0.zip
Bug 129401 - make it explicit whether an API requires an OSGi container
Diffstat (limited to 'bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/Path.java')
-rw-r--r--bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/Path.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/Path.java b/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/Path.java
index f60e8c4bd..41728cef6 100644
--- a/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/Path.java
+++ b/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/Path.java
@@ -21,7 +21,7 @@ import java.io.File;
* will yield the path
* <pre> /a/foo/bar</pre>
* <p>
- * This class can be used without the OSGi bundle present.
+ * This class can be used without OSGi running.
* </p><p>
* This class is not intended to be subclassed by clients but
* may be instantiated.

Back to the top