Skip to content

Commit

Permalink
#2263: Removed pmd suppress warning
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Oct 2, 2023
1 parent aa292f0 commit 8a40156
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
threadSafe = true,
requiresDependencyResolution = ResolutionScope.COMPILE
)
@SuppressWarnings({"PMD.LongVariable", "PMD.StaticAccessToStaticFields"})
@SuppressWarnings("PMD.LongVariable")
public final class BinarizeMojo extends SafeMojo {

/**
Expand Down

0 comments on commit 8a40156

Please sign in to comment.