forked from phoedos/pmd
Fix typo in incremental analysis log message
This commit is contained in:
@ -345,7 +345,7 @@ PMD comes with many different renderer types:
|
||||
* outputDir: Output directory.
|
||||
|
||||
|
||||
### Incremenal Analysis
|
||||
### Incremental Analysis
|
||||
|
||||
Ever since PMD 5.6.0, PMD has been able to perform Incremental Analysis.
|
||||
|
||||
|
@ -22,7 +22,7 @@ public class NoopAnalysisCache implements AnalysisCache {
|
||||
|
||||
public NoopAnalysisCache() {
|
||||
LOG.warning("This analysis could be faster, please consider using Incremental Analysis: "
|
||||
+ "https://pmd.github.io/pmd/pmd_userdocs_getting_started.html#incremenal-analysis");
|
||||
+ "https://pmd.github.io/pmd/pmd_userdocs_getting_started.html#incremental-analysis");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user