Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr0nox committed Feb 22, 2025
1 parent 38dd5b4 commit 3beb361
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ private void writeOverview(JPlagResult result) {
missingComparisons);
OverviewReport overviewReport = new OverviewReport(REPORT_VIEWER_VERSION, folders.stream().map(File::getPath).toList(), // submissionFolderPath
baseCodePath, // baseCodeFolderPath
result.getOptions().language().getIdentifier(), // language
result.getOptions().language(), // language
result.getOptions().fileSuffixes(), // fileExtensions
submissionNameToIdMap.entrySet().stream().collect(Collectors.toMap(Map.Entry::getValue, Map.Entry::getKey)), // submissionIds
submissionNameToNameToComparisonFileName, // result.getOptions().getMinimumTokenMatch(),
Expand Down

0 comments on commit 3beb361

Please sign in to comment.