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 e289ebc commit edfadc7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -640,7 +640,7 @@ private static String extractBinaryNameForJavadoc(String type) {
binaryName = extractBinaryNameForJavadoc(parameterTypes[0]);
break;
case 2: // if two parameter types assume map, second parameter type is most interesting
binaryName = extractbinaryNameForJavadoc(parameterTypes[1]);
binaryName = extractBinaryNameForJavadoc(parameterTypes[1]);
break;
default:
// all other cases link to main type
Expand Down

0 comments on commit edfadc7

Please sign in to comment.