Skip to content

Commit 19d8dfa

Browse files
committed
Fix comments
1 parent 1a9ee17 commit 19d8dfa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/org/apache/maven/plugins/checkstyle/AbstractCheckstyleReport.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ public abstract class AbstractCheckstyleReport extends AbstractMavenReport {
429429
private String checkstyleRulesHeader;
430430

431431
/**
432-
* Specifies whether generated source files should be excluded for Checkstyle.
432+
* Specifies whether generated source files should be excluded from Checkstyle.
433433
*
434434
* @since 3.3.1
435435
*/

src/main/java/org/apache/maven/plugins/checkstyle/CheckstyleViolationCheckMojo.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ public class CheckstyleViolationCheckMojo extends AbstractMojo {
479479
private boolean omitIgnoredModules;
480480

481481
/**
482-
* Specifies whether generated source files should be excluded for Checkstyle.
482+
* Specifies whether generated source files should be excluded from Checkstyle.
483483
*
484484
* @since 3.3.1
485485
*/

0 commit comments

Comments
 (0)