mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 01:07:42 +00:00
formatting
This commit is contained in:
parent
79adca5892
commit
c6e33cfb83
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user