Fixed cut and paste error

This commit is contained in:
Ann Priestman 2019-04-19 15:40:15 -04:00
parent 2105e9c2ab
commit 855a79b05d

View File

@ -1041,7 +1041,7 @@ public class PortableCaseReportModule implements ReportModule {
void updateInterestingItems(boolean saveInterestingFiles, boolean saveInterestingResults) {
this.saveInterestingFiles = saveInterestingFiles;
this.saveInterestingResults = saveInterestingFiles;
this.saveInterestingResults = saveInterestingResults;
}
void updateTagNames(List<TagName> tagNames) {