Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/wiring/BundleWiring.java')
-rw-r--r--bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/wiring/BundleWiring.java20
1 files changed, 10 insertions, 10 deletions
diff --git a/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/wiring/BundleWiring.java b/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/wiring/BundleWiring.java
index c8f19a270..8d8956a18 100644
--- a/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/wiring/BundleWiring.java
+++ b/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/wiring/BundleWiring.java
@@ -47,7 +47,7 @@ import org.osgi.framework.BundleReference;
*
* @ThreadSafe
* @noimplement
- * @version $Id: 7a7bc5a26838599519fbd1496248136278b9d1e7 $
+ * @version $Id: 58b8ec3bb9649387d4ccba1070f034f217d06ea2 $
*/
public interface BundleWiring extends BundleReference {
/**
@@ -238,12 +238,12 @@ public interface BundleWiring extends BundleReference {
* {@link #FINDENTRIES_RECURSE}. The method must ignore unrecognized
* options.
* @return An unmodifiable list of URL objects for each matching entry, or
- * an empty list if no matching entry could not be found, if this
- * bundle wiring is for a fragment revision or if the caller does
- * not have the appropriate {@code AdminPermission[bundle,RESOURCE]}
- * and the Java Runtime Environment supports permissions. The list
- * is ordered such that entries from the {@link #getRevision()
- * bundle revision} are returned first followed by the entries from
+ * an empty list if no matching entry could be found, if this bundle
+ * wiring is for a fragment revision or if the caller does not have
+ * the appropriate {@code AdminPermission[bundle,RESOURCE]} and the
+ * Java Runtime Environment supports permissions. The list is
+ * ordered such that entries from the {@link #getRevision() bundle
+ * revision} are returned first followed by the entries from
* attached fragment revisions in attachment order. If this bundle
* wiring is not {@link #isInUse() in use}, {@code null} must be
* returned.
@@ -295,9 +295,9 @@ public interface BundleWiring extends BundleReference {
* {@link #LISTRESOURCES_LOCAL} and {@link #LISTRESOURCES_RECURSE}.
* This method must ignore unrecognized options.
* @return An unmodifiable collection of resource names for each matching
- * resource, or an empty collection if no matching resource could
- * not be found, if this bundle wiring is for a fragment revision or
- * if the caller does not have the appropriate
+ * resource, or an empty collection if no matching resource could be
+ * found, if this bundle wiring is for a fragment revision or if the
+ * caller does not have the appropriate
* {@code AdminPermission[bundle,RESOURCE]} and the Java Runtime
* Environment supports permissions. The collection is unordered and
* must contain no duplicate resource names. If this bundle wiring

Back to the top