Skip to content

Commit

Permalink
feat(#834): ignore strange PMD warning
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Nov 12, 2024
1 parent c4ffdb4 commit 0bed016
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ private String toEo() {
* @return Parsed XMIR.
* @throws IOException If fails.
*/
@SuppressWarnings("PMD.GuardLogStatement")
private XML parse(final String eoprog) throws IOException {
final long start = System.currentTimeMillis();
final XML parsed = new EoSyntax(this.name, new InputOf(eoprog)).parsed();
Expand Down

0 comments on commit 0bed016

Please sign in to comment.