Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
ipojo-runtime-1.10.1
-
None
Description
Method return type does not match the javadoc return type.
/**
- A service is being added to the Tracker object.
- This method is called before a service which matched the search parameters of the Tracker object is added to it. This method should return the service object to be tracked for this ServiceReference object.
- The returned service object is stored in the Tracker object and is available from the getService and getServices methods.
- @param reference the Reference to service being added to the Tracker object.
- @return The service object to be tracked for the ServiceReference object or null if the ServiceReference object should not be tracked.
*/
boolean addingService(ServiceReference reference);