You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:57:42 UTC

[sling-org-apache-sling-provisioning-model] 04/19: Fix javadocs

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 <cz...@apache.org>
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
"commits@sling.apache.org" <co...@sling.apache.org>.