commit | 2f3f2aa69b021f6055912ba803a02a5c26cbca26 | [log] [tgz] |
---|---|---|
author | Richard S. Hall <rickhall@apache.org> | Tue Jan 27 00:34:10 2009 +0000 |
committer | Richard S. Hall <rickhall@apache.org> | Tue Jan 27 00:34:10 2009 +0000 |
tree | 4a82924f405c24662ee3a0ebaa1d473762ee0ccf | |
parent | a13195bd65417953b6d14d183424433330837a3b [diff] |
Fixed minor refactoring bug. (FELIX-851) git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@737950 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/framework/src/main/java/org/apache/felix/framework/searchpolicy/Resolver.java b/framework/src/main/java/org/apache/felix/framework/searchpolicy/Resolver.java index 2d1a811..a229b28 100644 --- a/framework/src/main/java/org/apache/felix/framework/searchpolicy/Resolver.java +++ b/framework/src/main/java/org/apache/felix/framework/searchpolicy/Resolver.java
@@ -1589,7 +1589,7 @@ // Put the module in the wireMap with an empty wire array; // we do this early so we can use it to detect cycles. - wireMap.put(importer, m_emptyModules); + wireMap.put(importer, m_emptyWires); // Loop through each candidate Set and create a wire // for the selected candidate for the associated import.