Modified comments

This commit is contained in:
Eugene Livis 2016-01-07 16:37:00 -05:00
parent 978fbab7de
commit ce43b52204

View File

@ -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
*/ */