Skip to content

Commit

Permalink
patch documentation issue per #1509 (copy/paste error)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Oct 4, 2018
1 parent c68618c commit 56acdaf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ public abstract class BaseDependencyCheckMojo extends AbstractMojo implements Ma
private boolean skipProvidedScope = false;

/**
* Skip Analysis for Provided Scope Dependencies.
* Skip Analysis for System Scope Dependencies.
*/
@SuppressWarnings("CanBeFinal")
@Parameter(property = "skipSystemScope", defaultValue = "false", required = false)
Expand Down

0 comments on commit 56acdaf

Please sign in to comment.