Skip to content

Commit 3c9f40e

Browse files
committed
Fixed small javadoc error.
1 parent 5b27b8d commit 3c9f40e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/scoverage/plugin/SCoverageReportMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public class SCoverageReportMojo
7676
private boolean skip;
7777

7878
/**
79-
* Specifies if the build will fail if there are errors during javadoc execution or not.
79+
* Specifies if the build will fail if there are errors during report execution or not.
8080
*/
8181
@Parameter( property = "scoverage.failOnError", defaultValue = "true", readonly = true )
8282
private boolean failOnError;

0 commit comments

Comments
 (0)