Skip to content

Commit

Permalink
PMD fails build for redundant final qualifier
Browse files Browse the repository at this point in the history
Seems excessively strict
  • Loading branch information
sebbASF committed Nov 5, 2023
1 parent d931916 commit d7ced40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public String getAlgorithm() {
* not a block cipher
*/
@Override
public final int getBlockSize() {
public int getBlockSize() {
return cipher.getBlockSize();
}

Expand Down

0 comments on commit d7ced40

Please sign in to comment.