We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1d8e2d commit f127ffcCopy full SHA for f127ffc
src/main/java/org/apache/maven/plugins/javadoc/AbstractJavadocMojo.java
@@ -3291,7 +3291,7 @@ private List<String> getArtifactsAbsolutePath(JavadocPathArtifact javadocArtifac
3291
*
3292
* @param javadocArtifact the {@link JavadocPathArtifact} to resolve
3293
* @return a resolved {@link Artifact}
3294
- * @throws org.eclipse.aether.resolution.ArtifactResolutionException
+ * @throws org.eclipse.aether.resolution.ArtifactResolutionException issue while resolving artifact
3295
*/
3296
private Artifact createAndResolveArtifact(JavadocPathArtifact javadocArtifact)
3297
throws org.eclipse.aether.resolution.ArtifactResolutionException {
0 commit comments