8202 fix progress bar IllegalArgumentException

This commit is contained in:
Richard Cordovano 2021-11-30 17:57:02 -05:00
parent 1804f4cb1c
commit 73e4f647b1

View File

@ -1376,7 +1376,8 @@ final class IngestJobExecutor {
SwingUtilities.invokeLater(() -> {
/*
* Note that if processedFiles exceeds estimatedFilesToProcess,
* the progress bar will go into an infinte loop throwing
* i.e., max work units fopr the progress bar, the progress bar
* will go into an infinte loop throwing
* IllegalArgumentExceptions in the EDT.
*/
long processedFilesCapture = processedFiles;