Skip to content

Commit 559b0ca

Browse files
committed
[logging] Use correct quoting in log line
1 parent f2baf85 commit 559b0ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsMojo.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ class SpotBugsMojo extends AbstractMavenReport implements SpotBugsPluginsTrait {
767767
}
768768
}
769769

770-
log.debug("jxr report links are ${isEnabled ? "enabled" : "disabled"}")
770+
log.debug("jxr report links are ${isEnabled ? 'enabled' : 'disabled'}")
771771
return isEnabled
772772
}
773773

0 commit comments

Comments
 (0)