Skip to content

Commit

Permalink
추천 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
KEEKE132 authored Jun 4, 2024
1 parent 43ec59f commit a9d480d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ public Optional<User> candidateUser(Long issueId)
//식별된 dev에 대한 정보객체 생성
Integer maxP = 0;
Optional<User> result = Optional.empty();
for(User d : devs){
for(User d : projectDevs){
devInfo tempInfo = new devInfo(d,issueRepository.findAllByFixer(d));
for(String s : titleWords){
if(tempInfo.getIssuesTitleWords().containsKey(s)){
Expand Down

0 comments on commit a9d480d

Please sign in to comment.