commit | 62fbd7b6a19a16c74354ee9ab30dbe4956b318e8 | [log] [tgz] |
---|---|---|
author | Richard S. Hall <rickhall@apache.org> | Mon Feb 21 17:21:04 2011 +0000 |
committer | Richard S. Hall <rickhall@apache.org> | Mon Feb 21 17:21:04 2011 +0000 |
tree | f6862027c461eda4483307b2c8461570dbd00e72 | |
parent | 87b08968d8cb44b627418db5315bb14843633aac [diff] |
Fix comment typo. git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1073078 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/framework/src/main/java/org/apache/felix/framework/ServiceRegistrationImpl.java b/framework/src/main/java/org/apache/felix/framework/ServiceRegistrationImpl.java index e417cdf..0ff2ca4 100644 --- a/framework/src/main/java/org/apache/felix/framework/ServiceRegistrationImpl.java +++ b/framework/src/main/java/org/apache/felix/framework/ServiceRegistrationImpl.java
@@ -155,7 +155,7 @@ // service. // 2. The service factory is NOT provided by the bundle providing // the service. - // For case 1, we will use the class loaded of the service factory + // For case 1, we will use the class loader of the service factory // to find the class. For case 2, we will assume we have an extender // at work here and always return true, since we have no real way of // knowing the wiring of the provider unless we actually get the