This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.provisioning.model-1.2.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-provisioning-model.git
commit 52ee32cada36119b3bc834a1a767b239d6deebb4 Author: Carsten Ziegeler <[email protected]> AuthorDate: Mon Mar 30 12:09:53 2015 +0000 Fix javadocs git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/tooling/support/provisioning-model@1670065 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/java/org/apache/sling/provisioning/model/ArtifactGroup.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/sling/provisioning/model/ArtifactGroup.java b/src/main/java/org/apache/sling/provisioning/model/ArtifactGroup.java index 04a3815..ef38dc2 100644 --- a/src/main/java/org/apache/sling/provisioning/model/ArtifactGroup.java +++ b/src/main/java/org/apache/sling/provisioning/model/ArtifactGroup.java @@ -45,7 +45,7 @@ public class ArtifactGroup extends ItemList<Artifact> } /** - * Search an artifact with the same groupId, artifactId, version, type and classifier. + * Search an artifact with the same groupId, artifactId, type and classifier. * Version is not considered. * @param template A template artifact * @return The artifact or {@code null}. -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
