mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-19 11:07:43 +00:00
Modified comments
This commit is contained in:
parent
978fbab7de
commit
ce43b52204
@ -35,7 +35,7 @@ import org.sleuthkit.autopsy.coreutils.Logger;
|
|||||||
/**
|
/**
|
||||||
* Virtual machine file finder utility
|
* Virtual machine file finder utility
|
||||||
*/
|
*/
|
||||||
public class VirtualMachineFinderUtility {
|
public final class VirtualMachineFinderUtility {
|
||||||
|
|
||||||
private static final Logger logger = Logger.getLogger(VirtualMachineFinderUtility.class.getName());
|
private static final Logger logger = Logger.getLogger(VirtualMachineFinderUtility.class.getName());
|
||||||
|
|
||||||
@ -67,10 +67,9 @@ public class VirtualMachineFinderUtility {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Identifies virtual machine files for ingest given a list of files in a
|
* Identifies virtual machine files for ingest.
|
||||||
* folder.
|
|
||||||
*
|
*
|
||||||
* @param imageFolderPath Absolute path to the folder containing the files
|
* @param imageFolderPath Absolute path to the folder to be analyzed
|
||||||
*
|
*
|
||||||
* @return List of VM files to be ingested
|
* @return List of VM files to be ingested
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user