Skip to content

Commit

Permalink
[MJAVADOC-730] Deprecate parameter "old"
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Oct 29, 2023
1 parent 8364883 commit 4bad23f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -765,6 +765,7 @@ public abstract class AbstractJavadocMojo extends AbstractMojo {
* @see <a href="https://docs.oracle.com/javase/7/docs/technotes/tools/windows/javadoc.html#a1.1">Javadoc option 1.1</a>.
*/
@Parameter(property = "old", defaultValue = "false")
@Deprecated
private boolean old;

/**
Expand Down

0 comments on commit 4bad23f

Please sign in to comment.