commit | 16ec493b1688f8eda698ced71fb4ad81e527591c | [log] [tgz] |
---|---|---|
author | Richard S. Hall <rickhall@apache.org> | Mon Jun 19 14:25:03 2006 +0000 |
committer | Richard S. Hall <rickhall@apache.org> | Mon Jun 19 14:25:03 2006 +0000 |
tree | f338a5c8d2d5e76333db6a54ed5e320cc055bfc6 | |
parent | dc877d33fdf73c2fc4091fa1ba9b985f34fd4353 [diff] |
Improved a comment. git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@415342 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/org.apache.felix.framework/src/main/java/org/apache/felix/framework/searchpolicy/R4SearchPolicyCore.java b/org.apache.felix.framework/src/main/java/org/apache/felix/framework/searchpolicy/R4SearchPolicyCore.java index 65adef1..6dc8fc8 100755 --- a/org.apache.felix.framework/src/main/java/org/apache/felix/framework/searchpolicy/R4SearchPolicyCore.java +++ b/org.apache.felix.framework/src/main/java/org/apache/felix/framework/searchpolicy/R4SearchPolicyCore.java
@@ -383,7 +383,9 @@ } } - // Look in the module's imports. + // Look in the module's imports. Note that the search may + // be aborted if this method throws an exception, otherwise + // it continues if a null is returned. Object result = searchImports(module, name, isClass); // If not found, try the module's own class path.