Skip to content

Commit e5968e4

Browse files
committed
fix some javadoc link issues
1 parent 10be81a commit e5968e4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3330,7 +3330,6 @@ private List<String> getArtifactsAbsolutePath(JavadocPathArtifact javadocArtifac
33303330
* @param javadocArtifact the {@link JavadocPathArtifact} to resolve
33313331
* @return a resolved {@link Artifact}
33323332
* @throws org.eclipse.aether.resolution.ArtifactResolutionException
3333-
* @throws ArtifactResolverException issue while resolving artifact
33343333
*/
33353334
private Artifact createAndResolveArtifact(JavadocPathArtifact javadocArtifact)
33363335
throws org.eclipse.aether.resolution.ArtifactResolutionException {
@@ -3861,7 +3860,6 @@ private void addLinkArguments(List<String> arguments) throws MavenReportExceptio
38613860
*
38623861
* @param javadocOutputDirectory not null
38633862
* @throws MavenReportException if any
3864-
* @see #copyDefaultStylesheet(File)
38653863
* @see #copyJavadocResources(File)
38663864
* @see #copyAdditionalJavadocResources(File)
38673865
*/

0 commit comments

Comments
 (0)