mirror of https://github.com/apache/maven.git
Use correct order in javadoc
This commit is contained in:
parent
97774578fb
commit
567df8dea8
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue