Skip to content

Commit

Permalink
Fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jkschneider committed Jul 16, 2023
1 parent 220e46b commit 730313d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/main/java/org/openrewrite/maven/RewriteDryRunMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

/**
* Generate warnings to the console for any recipe that would make changes, but do not make changes.
* <p/>
* <p>
* This variant of rewrite:dryRun will fork the maven life cycle and can be run as a "stand-alone" goal. It will
* execute the maven build up to the process-test-classes phase.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

/**
* Generate warnings to the console for any recipe that would make changes, but do not make changes.
* <p/>
* <p>
* This variant of rewrite:dryRun will not fork the maven life cycle and can be used (along with other goals) without
* triggering repeated life-cycle events. It will execute the maven build up to the process-test-classes phase.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/openrewrite/maven/RewriteRunMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

/**
* Run the configured recipes and apply the changes locally.
* <p/>
* <p>
* This variant of rewrite:run will fork the maven life cycle and can be run as a "stand-alone" goal. It will
* execute the maven build up to the process-test-classes phase.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

/**
* Run the configured recipes and apply the changes locally.
* <p/>
* <p>
* This variant of rewrite:run will not fork the maven life cycle and can be used (along with other goals) without
* triggering repeated life-cycle events.
*/
Expand Down

0 comments on commit 730313d

Please sign in to comment.