This is an automated email from the ASF dual-hosted git repository.
elharo pushed a commit to branch elharo-patch-1
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/elharo-patch-1 by this push:
new 9c82350d8 correct text
9c82350d8 is described below
commit 9c82350d8ed53c447ee839a1f2e523f0bec83aa2
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Tue Jul 4 08:28:48 2023 -0400
correct text
---
.../java/org/apache/maven/artifact/handler/ArtifactHandler.java | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git
a/maven-artifact/src/main/java/org/apache/maven/artifact/handler/ArtifactHandler.java
b/maven-artifact/src/main/java/org/apache/maven/artifact/handler/ArtifactHandler.java
index 2e7c80963..0b4e14378 100644
---
a/maven-artifact/src/main/java/org/apache/maven/artifact/handler/ArtifactHandler.java
+++
b/maven-artifact/src/main/java/org/apache/maven/artifact/handler/ArtifactHandler.java
@@ -19,10 +19,10 @@
package org.apache.maven.artifact.handler;
/**
- * An artifact handler provides metadata for an artifact derived from the
dependency element that references the artifact:<ul>
- * <li>extension and classifier, to be able to download the file,</li>
+ * An artifact handler contains metadata derived from the dependency element
that references the artifact:<ul>
+ * <li>extension and classifier, to be able to download the file</li>
* <li>information on how to use the artifact: whether to add it to the
classpath, or to take into account its
- * dependencies.</li>
+ * dependencies</li>
* </ul>
*
* @author <a href="mailto:[email protected]">Jason van Zyl</a>
@@ -32,7 +32,7 @@ public interface ArtifactHandler {
String ROLE = ArtifactHandler.class.getName();
/**
- * Returns the file name extension used for dependencies of that type;
+ * Returns the file name extension of the artifact;
* e.g. "jar", "pom", "xml", etc.
*
* @return the file extension