We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 891acb0 commit b4288dcCopy full SHA for b4288dc
src/com/intellij/plugins/bodhi/pmd/PMDResultPanel.java
@@ -220,7 +220,7 @@ public void run() {
220
public void run() {
221
int offset = editor.getDocument().getLineEndOffset(result.getBeginLine()-1);
222
//Append PMD special comment to end of line.
223
- editor.getDocument().insertString(offset, PMD_SUPPRESSION + " - <@TODO explain reason for suppression>");
+ editor.getDocument().insertString(offset, PMD_SUPPRESSION + " - TODO explain reason for suppression");
224
}
225
});
226
0 commit comments