fix based on configuration

This commit is contained in:
Greg DiCristofaro 2022-01-26 14:16:32 -05:00
parent bb0421bf9b
commit dba35a33e7

View File

@ -412,7 +412,7 @@ public class AnalysisResultTypeFactory extends TreeChildFactory<AnalysisResultSe
public List<String> getAnalysisResultConfigurations() { public List<String> getAnalysisResultConfigurations() {
try { try {
return MainDAO.getInstance().getAnalysisResultDAO().getKeywordHitConfigurations( return MainDAO.getInstance().getAnalysisResultDAO().getKeywordHitConfigurations(
this.getItemData().getSearchParams().getSetName(), null, null, this.getItemData().getSearchParams().getSetName(),
this.getItemData().getSearchParams().getDataSourceId()); this.getItemData().getSearchParams().getDataSourceId());
} catch (ExecutionException ex) { } catch (ExecutionException ex) {
logger.log(Level.WARNING, "An exception occurred while fetching configurations.", ex); logger.log(Level.WARNING, "An exception occurred while fetching configurations.", ex);