Skip to content

Commit

Permalink
fixed multi domain recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
Quim committed Apr 22, 2019
1 parent 2b859d8 commit 1d819bd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,7 @@ public RecommendationList classifyByDomain(RequirementList request, String enter
RecommendationList recommendationList = classify(request, model, enterpriseName);
for (Recommendation r : recommendationList.getRecommendations()) {
if (!r.getRequirement_type().equals("Prose")) {
r.setRequirement_type(r.getRequirement_type().split("#")[1]);
globalList.getRecommendations().add(r);
}
}
Expand Down

0 comments on commit 1d819bd

Please sign in to comment.