Skip to content

Commit

Permalink
[ci] Move comment above line
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Jul 24, 2022
1 parent b9ac9c6 commit 50bc8c9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,8 @@ abstract class BaseViolationCheckMojo extends AbstractMojo {
def logMsg = priorityName + ': ' + bug.LongMessage.text() + SpotBugsInfo.BLANK + bug.SourceLine.'@classname' + SpotBugsInfo.BLANK +
bug.SourceLine.Message.text() + SpotBugsInfo.BLANK + bug.'@type'

if (priorityNum <= priorityThresholdNum) { // lower is more severe
// lower is more severe
if (priorityNum <= priorityThresholdNum) {
bugCountAboveThreshold += 1
log.error(logMsg)
} else {
Expand Down

0 comments on commit 50bc8c9

Please sign in to comment.