desruisseaux commented on code in PR #1640:
URL: https://github.com/apache/maven/pull/1640#discussion_r1715015611


##########
api/maven-api-core/src/main/java/org/apache/maven/api/ArtifactCoordinate.java:
##########
@@ -23,64 +23,68 @@
 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.
+ * Point to an {@link Artifact} but with the version specified as a range 
instead of an exact version.
+ * Each {@code ArtifactCoordinate} instance is basically a pointer to a file 
in the Maven repository,
+ * except that the version may not be defined precisely.

Review Comment:
   Replaced by "Identification of an ensemble of {@link Artifact}s in a range 
of versions."



-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to