formatting

This commit is contained in:
Greg DiCristofaro 2020-06-10 10:55:05 -04:00
parent 79adca5892
commit c6e33cfb83

View File

@ -197,7 +197,8 @@ public class ExtractActionHelper {
* @param event ActionEvent whose source will be used for * @param event ActionEvent whose source will be used for
* centering popup dialogs. * centering popup dialogs.
* @param fileExtractionTasks List of file extraction tasks. * @param fileExtractionTasks List of file extraction tasks.
* @param destName Name of the destination used for progress messages. * @param destName Name of the destination used for progress
* messages.
*/ */
private void runExtractionTasks(ActionEvent event, List<FileExtractionTask> fileExtractionTasks, String destName) { private void runExtractionTasks(ActionEvent event, List<FileExtractionTask> fileExtractionTasks, String destName) {
@ -278,7 +279,8 @@ public class ExtractActionHelper {
* Create an instance of the FileExtracter. * Create an instance of the FileExtracter.
* *
* @param extractionTasks List of file extraction tasks. * @param extractionTasks List of file extraction tasks.
* @param destName Name of the destination used for progress messages. * @param destName Name of the destination used for progress
* messages.
*/ */
FileExtracter(List<FileExtractionTask> extractionTasks, String destName) { FileExtracter(List<FileExtractionTask> extractionTasks, String destName) {
this.extractionTasks = extractionTasks; this.extractionTasks = extractionTasks;