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