File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/main/java/org/apache/maven/plugins/javadoc Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -3275,11 +3275,10 @@ private List<String> getArtifactsAbsolutePath(JavadocPathArtifact javadocArtifac
3275
3275
}
3276
3276
3277
3277
/**
3278
- * creates an {@link Artifact} representing the configured {@link JavadocPathArtifact} and resolves it.
3278
+ * Creates an {@link Artifact} representing the configured {@link JavadocPathArtifact} and resolves it.
3279
3279
*
3280
3280
* @param javadocArtifact the {@link JavadocPathArtifact} to resolve
3281
3281
* @return a resolved {@link Artifact}
3282
- * @throws org.eclipse.aether.resolution.ArtifactResolutionException
3283
3282
* @throws org.eclipse.aether.resolution.ArtifactResolutionException issue while resolving artifact
3284
3283
*/
3285
3284
private Artifact createAndResolveArtifact (JavadocPathArtifact javadocArtifact )
You can’t perform that action at this time.
0 commit comments