Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/BundleFinder.java')
-rw-r--r--bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/BundleFinder.java7
1 files changed, 4 insertions, 3 deletions
diff --git a/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/BundleFinder.java b/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/BundleFinder.java
index e69406109..daf4c50c0 100644
--- a/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/BundleFinder.java
+++ b/bundles/org.eclipse.equinox.common/src/org/eclipse/core/runtime/BundleFinder.java
@@ -19,11 +19,12 @@ import org.osgi.framework.Bundle;
/**
* This class contains collection of helper methods aimed at finding files in bundles.
* This class can only be used if OSGi plugin is available.
- *
+ * <p>
* The class is not intended to be subclassed or instantiated by clients.
- *
+ * </p>
* @since 3.2
- * @deprecated clients should use {@link FileLocator} instead
+ * @deprecated clients should use {@link FileLocator} instead. This class will
+ * be removed before the 3.2 release (in the next week!).
*/
public final class BundleFinder {

Back to the top