Avicennasis opened a new pull request, #4: URL: https://github.com/apache/sling-org-apache-sling-commons-osgi/pull/4
## Summary Fix 4 documentation issues across 2 files: - **RankedServices.java**: Fix `it's` → `its` (possessive, not contraction) in `ChangeListener.changed()` Javadoc - **RankedServices.java**: Fix stale comment `copying it from the array` → `copying it from the map` — the code copies from `serviceMap.values()`, not an array - **SortingServiceTracker.java**: Fix `services references` → `service references` in `getSortedServiceReferences()` Javadoc - **SortingServiceTracker.java**: Update `@return Service list` → `@return Service reference list` to match the `List<ServiceReference<T>>` return type No functional changes — comments and Javadoc only. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
