Skip to content

Commit

Permalink
Update maven-plugin-tools-generators/src/main/java/org/apache/maven/t…
Browse files Browse the repository at this point in the history
…ools/plugin/generator/PluginDescriptorFilesGenerator.java
  • Loading branch information
michael-o committed May 2, 2024
1 parent edfadc7 commit 0bb2d27
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -653,7 +653,7 @@ private static String extractBinaryNameForJavadoc(String type) {
}

static URI getJavadocUrlForType(JavadocLinkGenerator javadocLinkGenerator, String type) {
return javadocLinkGenerator.createLink(extractbinaryNameForJavadoc(type));
return javadocLinkGenerator.createLink(extractBinaryNameForJavadoc(type));
}

/**
Expand Down

0 comments on commit 0bb2d27

Please sign in to comment.