Skip to content

Commit

Permalink
Fix javadoc of "fail" parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
kwin authored and slawekjaranowski committed Jul 29, 2022
1 parent a492546 commit b952682
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public class EnforceMojo
protected boolean skip = false;

/**
* Flag to fail the build if a version check fails.
* Flag to fail the build if at least one check fails.
*/
@Parameter( property = "enforcer.fail", defaultValue = "true" )
private boolean fail = true;
Expand Down

0 comments on commit b952682

Please sign in to comment.