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
32753275 }
32763276
32773277 /**
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.
32793279 *
32803280 * @param javadocArtifact the {@link JavadocPathArtifact} to resolve
32813281 * @return a resolved {@link Artifact}
3282- * @throws org.eclipse.aether.resolution.ArtifactResolutionException
32833282 * @throws org.eclipse.aether.resolution.ArtifactResolutionException issue while resolving artifact
32843283 */
32853284 private Artifact createAndResolveArtifact (JavadocPathArtifact javadocArtifact )
You can’t perform that action at this time.
0 commit comments