Skip to content

Commit 23a84c7

Browse files
committed
Cleanup some code
1 parent bdd60b4 commit 23a84c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/com/cosium/code/format/AbstractModuleMavenGitCodeFormatMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ private boolean isEnabled() {
4343
if ((!modulesToInclude.isEmpty() || !modulesToExclude.isEmpty()) && isExecutionRoot()) {
4444
getLog()
4545
.info(
46-
"Explicit included or excluded modules defined and the current module the execution root. Goal disabled.");
46+
"Explicit included or excluded modules defined and the current module is the execution root. Goal disabled.");
4747
return false;
4848
}
4949

0 commit comments

Comments
 (0)