We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a55e8bb commit e1f5da9Copy full SHA for e1f5da9
src/main/java/org/apache/maven/plugins/javadoc/AbstractFixJavadocMojo.java
@@ -579,7 +579,8 @@ private boolean preCheck() throws MojoExecutionException {
579
getLog().warn("");
580
getLog().warn("All warranties with regard to this Maven goal are disclaimed!");
581
getLog().warn("The changes will be done directly in the source code.");
582
- getLog().warn("The Maven Team strongly recommends commiting the code to source code management BEFORE executing this goal.");
+ getLog().warn(
583
+ "The Maven Team strongly recommends committing the code to source code management BEFORE executing this goal.");
584
585
586
while (true) {
0 commit comments