Skip to content

Commit

Permalink
Fix PMD violation.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Oct 11, 2023
1 parent b2fd1e7 commit 0dbec7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* @author Melissa Bauer
* @author Ullrich Hafner
*/
@SuppressWarnings("checkstyle:ClassDataAbstractionCoupling")
@SuppressWarnings({"checkstyle:ClassDataAbstractionCoupling", "PMD.GodClass"})
public class CoberturaParser extends CoverageParser {
private static final long serialVersionUID = -3625341318291829577L;

Expand Down

0 comments on commit 0dbec7c

Please sign in to comment.