From 1ac6315d133dd88af16558f1e4d19500f19be9b6 Mon Sep 17 00:00:00 2001 From: Prashant Sharma Date: Tue, 10 Dec 2019 11:17:31 +0530 Subject: [PATCH] Rewording and typo correction of the doc comment, describing testConfigLocation. --- .../scalastyle/maven/plugin/ScalastyleViolationCheckMojo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/scalastyle/maven/plugin/ScalastyleViolationCheckMojo.java b/src/main/java/org/scalastyle/maven/plugin/ScalastyleViolationCheckMojo.java index 79b9d3a..1a7dac0 100644 --- a/src/main/java/org/scalastyle/maven/plugin/ScalastyleViolationCheckMojo.java +++ b/src/main/java/org/scalastyle/maven/plugin/ScalastyleViolationCheckMojo.java @@ -88,7 +88,7 @@ public class ScalastyleViolationCheckMojo extends AbstractMojo { * This parameter is resolved as file, classpath resource then URL. *

*

- * Source directory config location is used if non is specified in configuration + * If test config is not specified, source directory config location is used. *

*

*/