Skip to content

Commit

Permalink
[logging] Use correct quoting in log line
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Nov 11, 2024
1 parent f2baf85 commit 559b0ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ class SpotBugsMojo extends AbstractMavenReport implements SpotBugsPluginsTrait {
}
}

log.debug("jxr report links are ${isEnabled ? "enabled" : "disabled"}")
log.debug("jxr report links are ${isEnabled ? 'enabled' : 'disabled'}")
return isEnabled
}

Expand Down

0 comments on commit 559b0ca

Please sign in to comment.