Skip to content

Commit b4288dc

Browse files
committed
Better TODO notation in added suppression, it is not an annotation.
1 parent 891acb0 commit b4288dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/intellij/plugins/bodhi/pmd/PMDResultPanel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ public void run() {
220220
public void run() {
221221
int offset = editor.getDocument().getLineEndOffset(result.getBeginLine()-1);
222222
//Append PMD special comment to end of line.
223-
editor.getDocument().insertString(offset, PMD_SUPPRESSION + " - <@TODO explain reason for suppression>");
223+
editor.getDocument().insertString(offset, PMD_SUPPRESSION + " - TODO explain reason for suppression");
224224
}
225225
});
226226
}

0 commit comments

Comments
 (0)