8202 fix progress bar IllegalArgumentException

This commit is contained in:
Richard Cordovano 2021-11-30 17:57:34 -05:00
parent 73e4f647b1
commit f7e1886a71

View File

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