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

Co-authored-by: Konrad Windszus <kwin@apache.org>
  • Loading branch information
michael-o and kwin committed May 2, 2024
1 parent f177ab7 commit 5871294
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -625,7 +625,7 @@ protected void writeParameterType(
}
}

private static String extractbinaryNameForJavadoc(String type) {
private static String extractBinaryNameForJavadoc(String type) {
final String binaryName;
int startOfParameterType = type.indexOf("<");
if (startOfParameterType != -1) {
Expand Down

0 comments on commit 5871294

Please sign in to comment.