Skip to content

Commit

Permalink
Fixed parameter name
Browse files Browse the repository at this point in the history
Co-authored-by: Ullrich Hafner <[email protected]>
  • Loading branch information
profhenry and uhafner authored Jul 15, 2024
1 parent 6da7ce9 commit 882017f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public boolean accepts(ReaderFactory aReaderFactory) {
}

@Override
public Report parse(final ReaderFactory aReaderFactory) throws ParsingException, ParsingCanceledException {
public Report parse(final ReaderFactory readerFactory) throws ParsingException, ParsingCanceledException {
// We try parsing the JSON report
if (super.accepts(aReaderFactory)) {
return super.parse(aReaderFactory);
Expand Down

0 comments on commit 882017f

Please sign in to comment.