mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-20 11:26:53 +00:00
fix
This commit is contained in:
parent
dba35a33e7
commit
b435bfa432
@ -725,7 +725,7 @@ public class AnalysisResultDAO extends BlackboardArtifactDAO {
|
|||||||
long count = resultSet.getLong("count");
|
long count = resultSet.getLong("count");
|
||||||
boolean hasChildren = resultSet.getBoolean("has_children");
|
boolean hasChildren = resultSet.getBoolean("has_children");
|
||||||
// only a unique applicable configuration if no child tree nodes
|
// only a unique applicable configuration if no child tree nodes
|
||||||
String configuration = hasChildren ? null : resultSet.getString("configuration");
|
String configuration = resultSet.getString("configuration");
|
||||||
|
|
||||||
TskData.KeywordSearchQueryType searchTypeEnum
|
TskData.KeywordSearchQueryType searchTypeEnum
|
||||||
= Stream.of(TskData.KeywordSearchQueryType.values())
|
= Stream.of(TskData.KeywordSearchQueryType.values())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user