2
edits
Changes
no edit summary
3. If the service reference is valid, invoke its services and <b>release the service object</b> referenced by the specified ''ServiceReference'' object.
<source lang="java"> if (finderService != null) {
// invoke the services
}
</source>