mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
5370 address codacy complaint
This commit is contained in:
parent
7297c71572
commit
c5ddee390c
@ -214,7 +214,7 @@ class FileSearch {
|
||||
*
|
||||
* @throws FileSearchException
|
||||
*/
|
||||
private synchronized static LinkedHashMap<String, List<AbstractFile>> runFileSearch(
|
||||
private synchronized static Map<String, List<AbstractFile>> runFileSearch(
|
||||
List<FileSearchFiltering.FileFilter> filters,
|
||||
AttributeType groupAttributeType,
|
||||
FileGroup.GroupSortingAlgorithm groupSortingType,
|
||||
@ -244,7 +244,7 @@ class FileSearch {
|
||||
groupCache.put(groupName, resultHashMap.get(groupName));
|
||||
}
|
||||
// Return a version of the results in general Java objects
|
||||
return searchResults.toLinkedHashMap();
|
||||
return resultHashMap;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user