Skip to content

Commit

Permalink
Use correct order in javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Jul 3, 2023
1 parent ac09ded commit 0d2cab3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 0d2cab3

Please sign in to comment.