Skip to content

Commit

Permalink
Remove PMD.UncommentedEmptyMethodBody warning #1449
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier B. OURA committed Mar 14, 2021
1 parent df0f657 commit 791a552
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/org/cactoos/io/SafeInputStream.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ public int read(final byte[] buffer, final int offset,
}

@Override
@SuppressWarnings("PMD.UncommentedEmptyMethodBody")
public void close() throws IOException {
this.inner.set(new DeadInputStream());
}
Expand Down

0 comments on commit 791a552

Please sign in to comment.