Skip to content

Commit

Permalink
Jira#527 : Fixed issue for allowing to add the publications regardles…
Browse files Browse the repository at this point in the history
…s of the existing articles
  • Loading branch information
mrj4001 committed Apr 3, 2024
1 parent 85770a4 commit acb75d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/reciter/controller/ReCiterController.java
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ else if(analysis.getReCiterFeature()!=null)
}
else if(analysis.getReCiterFeature()!=null)
{
analysis.getReCiterFeature().setReCiterArticleFeatures(new ArrayList<String>());
analysis.getReCiterFeature().setReCiterArticleFeatures(new ArrayList<reciter.engine.analysis.ReCiterArticleFeature>());
analysis.getReCiterFeature().setCountSuggestedArticles(0);
analysis.getReCiterFeature().setPrecision(0.0);
analysis.getReCiterFeature().setRecall(0.0);
Expand Down

0 comments on commit acb75d6

Please sign in to comment.