Skip to content

Commit bc04d18

Browse files
authored
Delete duplicate @throws clause (#384)
* fix some javadoc link issues * dedupe
1 parent 1085259 commit bc04d18

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)