Skip to content

Commit f127ffc

Browse files
committed
dedupe
1 parent a1d8e2d commit f127ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3291,7 +3291,7 @@ private List<String> getArtifactsAbsolutePath(JavadocPathArtifact javadocArtifac
32913291
*
32923292
* @param javadocArtifact the {@link JavadocPathArtifact} to resolve
32933293
* @return a resolved {@link Artifact}
3294-
* @throws org.eclipse.aether.resolution.ArtifactResolutionException
3294+
* @throws org.eclipse.aether.resolution.ArtifactResolutionException issue while resolving artifact
32953295
*/
32963296
private Artifact createAndResolveArtifact(JavadocPathArtifact javadocArtifact)
32973297
throws org.eclipse.aether.resolution.ArtifactResolutionException {

0 commit comments

Comments
 (0)