mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +00:00
Added a comment
This commit is contained in:
parent
b0fd086844
commit
b8d3ac6016
@ -26,9 +26,7 @@ import java.nio.file.Paths;
|
||||
import java.util.ArrayDeque;
|
||||
import java.util.Deque;
|
||||
import java.util.HashSet;
|
||||
import java.util.LinkedList;
|
||||
import java.util.List;
|
||||
import java.util.Queue;
|
||||
import java.util.Set;
|
||||
import java.util.logging.Level;
|
||||
import javax.swing.JPanel;
|
||||
@ -193,8 +191,8 @@ public final class CaseUcoReportModule implements GeneralReportModule {
|
||||
}
|
||||
|
||||
/**
|
||||
* Perform DFS on the data sources tree. This traversal is more memory
|
||||
* efficient than BFS (Breadth first search).
|
||||
* Perform DFS on the data sources tree, which will search it in entirety.
|
||||
* This traversal is more memory efficient than BFS (Breadth first search).
|
||||
*/
|
||||
private void performDepthFirstSearch(Content dataSource,
|
||||
CaseUcoReportGenerator generator) throws IOException, TskCoreException {
|
||||
|
Loading…
x
Reference in New Issue
Block a user