Skip to content

Commit

Permalink
objectionary#2863 supress UnusedPrivateMethod warning
Browse files Browse the repository at this point in the history
  • Loading branch information
c71n93 committed Mar 4, 2024
1 parent 34f68ad commit 31572d1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ private static boolean isClass(final Path path) {
*
* @return Stream of arguments.
*/
@SuppressWarnings("PMD.UnusedPrivateMethod")
private static Stream<Arguments> testArgsProvider() {
return Stream.of(
Arguments.of((Object) new String[]{"keepBinaries"}),
Expand Down

0 comments on commit 31572d1

Please sign in to comment.