Thomas Leveque created FELIX-4183:
-------------------------------------
Summary: Wrong Javadoc of TrackerCustomizer addingService method
Key: FELIX-4183
URL: https://issues.apache.org/jira/browse/FELIX-4183
Project: Felix
Issue Type: Bug
Components: iPOJO
Affects Versions: ipojo-runtime-1.10.1
Reporter: Thomas Leveque
Priority: Minor
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);
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira