Skip to content

Commit

Permalink
Fixing #137 adding comments
Browse files Browse the repository at this point in the history
  • Loading branch information
baubakg committed Jun 20, 2024
1 parent 7df31aa commit b877731
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ public static <T extends StdLogEntry> LogData<T> generateLogData(String in_rootD
* @param in_logDataReference The Log data that is used as a referen‡ce base
* @param in_logDataTarget The log data t be compared with the reference
* @param in_reportName Name of the export file
* @return The file that was created
*/
public static <T extends StdLogEntry> File generateDiffReport(LogData<T> in_logDataReference, LogData<T> in_logDataTarget, String in_reportName, List<String> in_headers) {
Map<String, LogDataComparison> comparisonReport = in_logDataReference.compare(in_logDataTarget);
Expand Down

0 comments on commit b877731

Please sign in to comment.