Skip to content

Commit 567df8d

Browse files
committed
Use correct order in javadoc
1 parent 9777457 commit 567df8d

File tree

1 file changed

+1
-1
lines changed
  • api/maven-api-core/src/main/java/org/apache/maven/api

1 file changed

+1
-1
lines changed

api/maven-api-core/src/main/java/org/apache/maven/api/Artifact.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public interface Artifact {
3333

3434
/**
3535
* Returns a unique identifier for this artifact.
36-
* The identifier is composed of groupId, artifactId, version, classifier, extension.
36+
* The identifier is composed of groupId, artifactId, extension, classifier, and version.
3737
*
3838
* @return the unique identifier
3939
*/

0 commit comments

Comments
 (0)