Skip to content

Commit

Permalink
Fix PMD warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Oct 9, 2021
1 parent 53123a4 commit 27da788
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* @author Johann Vierthaler, [email protected]
*/
@SuppressWarnings("PMD.DataClass")
@SuppressFBWarnings(value = "EI")
@SuppressFBWarnings("EI")
public class Report {
private List<File> files = new ArrayList<>();

Expand Down

0 comments on commit 27da788

Please sign in to comment.