Skip to content

Commit

Permalink
chore(pmd):[eclipse-tractusx#750] ignore false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
dsmf committed Jul 15, 2024
1 parent 32b8e99 commit f7b5b95
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@
*/
@Service
@Slf4j
@SuppressWarnings({ "PMD.TooManyStaticImports" })
@SuppressWarnings({ "PMD.TooManyStaticImports",
"PMD.ExcessiveImports"
})
public class PolicyPagingService {

/**
Expand Down

0 comments on commit f7b5b95

Please sign in to comment.