Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 16, 2024
1 parent 2f17e79 commit 415ad7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qulice-pmd/src/main/java/com/qulice/pmd/PmdRenderer.java
Expand Up @@ -58,7 +58,7 @@ public void setName(final String name) {

@Override
public String getDescription() {
return "TODO";
return "not implemented yet";
}

@Override
Expand Down

2 comments on commit 415ad7b

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 415ad7b Jan 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 1129-2c8d24c8 discovered in qulice-pmd/src/main/java/com/qulice/pmd/PmdListener.java) and submitted as #1192. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 415ad7b Jan 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 1129-a60b2495 discovered in qulice-pmd/src/test/java/com/qulice/pmd/PmdValidatorTest.java) and submitted as #1193. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.