glimmerveen commented on a change in pull request #19:
URL: https://github.com/apache/felix-dev/pull/19#discussion_r412465731



##########
File path: 
scr/src/main/java/org/apache/felix/scr/impl/manager/DependencyManager.java
##########
@@ -2283,8 +2283,8 @@ else if ( m_dependencyMetadata.getScope() == 
ReferenceScope.prototype_required )
             null, getName(), initialActive, refMap, classFilterString, 
eventFilter,
                     initialReferenceFilterString );
         ServiceTracker<T, RefPair<S, T>, ExtendedServiceEvent> tracker = new 
ServiceTracker<>(
-            bundleContext, m_customizer, initialActive, 
m_componentManager.getActivator(), eventFilter,

Review comment:
       Good catch, will remove the creation of the eventFilter as well.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to