Skip to content

Commit

Permalink
Change the visibility of the reportParser field:
Browse files Browse the repository at this point in the history
  • Loading branch information
jit3pam committed Nov 10, 2024
1 parent 533b74b commit 8316197
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class ReportBuilder {
private static final ObjectMapper mapper = new ObjectMapper();

private ReportResult reportResult;
private final ReportParser reportParser;
protected ReportParser reportParser;

private Configuration configuration;
private List<String> jsonFiles;
Expand Down

0 comments on commit 8316197

Please sign in to comment.