Use correct order in javadoc

This commit is contained in:
Guillaume Nodet 2023-07-03 16:56:11 +02:00
parent 97774578fb
commit 567df8dea8
1 changed files with 1 additions and 1 deletions

View File

@ -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
*/