This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.commons.osgi-2.3.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-osgi.git
commit 310f714ad5259c5120ab0232388a9264441bdb00 Author: Oliver Lietz <[email protected]> AuthorDate: Sat Mar 21 11:26:44 2015 +0000 fix typo and javadoc git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/commons/osgi@1668238 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/java/org/apache/sling/commons/osgi/RankedServices.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/apache/sling/commons/osgi/RankedServices.java b/src/main/java/org/apache/sling/commons/osgi/RankedServices.java index ee45f2e..7608ed0 100644 --- a/src/main/java/org/apache/sling/commons/osgi/RankedServices.java +++ b/src/main/java/org/apache/sling/commons/osgi/RankedServices.java @@ -57,7 +57,7 @@ import aQute.bnd.annotation.ProviderType; * } * </pre> * <p>Optionally you can pass in a {@link ChangeListener} instance to get notified when the list - * of referenced services has chagned.</p> + * of referenced services has changed.</p> * @param <T> Service type * @since 2.3 */ @@ -76,7 +76,7 @@ public final class RankedServices<T> implements Iterable<T> { } /** - * Instantiate without change listener. + * Instantiate with change listener. * @param changeListener Change listener */ public RankedServices(ChangeListener changeListener) { -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
