This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven.git
commit 567df8dea84b307aa657f1ba137281fbdad52276 Author: Guillaume Nodet <[email protected]> AuthorDate: Mon Jul 3 16:56:11 2023 +0200 Use correct order in javadoc --- api/maven-api-core/src/main/java/org/apache/maven/api/Artifact.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/maven-api-core/src/main/java/org/apache/maven/api/Artifact.java b/api/maven-api-core/src/main/java/org/apache/maven/api/Artifact.java index 73cf15d2e..5cb9279b9 100644 --- a/api/maven-api-core/src/main/java/org/apache/maven/api/Artifact.java +++ b/api/maven-api-core/src/main/java/org/apache/maven/api/Artifact.java @@ -33,7 +33,7 @@ public interface Artifact { /** * Returns a unique identifier for this artifact. - * The identifier is composed of groupId, artifactId, version, classifier, extension. + * The identifier is composed of groupId, artifactId, extension, classifier, and version. * * @return the unique identifier */
