carlspring commented on code in PR #1662:
URL: https://github.com/apache/maven/pull/1662#discussion_r1727515210


##########
api/maven-api-core/src/main/java/org/apache/maven/api/ArtifactCoordinate.java:
##########
@@ -23,64 +23,70 @@
 import org.apache.maven.api.annotations.Nonnull;
 
 /**
- * The {@code Coordinate} object is used to point to an {@link Artifact}
- * but the version may be specified as a range instead of an exact version.
+ * Partial identification of an {@code Artifact} in a Maven repository.
+ * Each {@code ArtifactCoordinate} instance is basically a pointer to a file 
in the Maven repository,
+ * except that the exact version may not be known yet.
  *
  * @since 4.0.0
  */
 @Experimental
 @Immutable
 public interface ArtifactCoordinate {

Review Comment:
   I'm just curious -- why isn't the name of the interface plural -- 
`ArtifactCoordinates` to begin with? I mean -- the interface isn't providing 
one single coordinate. It's providing an artifact's coordinates.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to