Skip to content

Commit

Permalink
Fixing report queue bug for existing papers
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Holladay committed Jun 27, 2016
1 parent 650e918 commit 88f084a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ public int getReviewScore(String contentId, String assignmentRef, String userId)
}
}else{
//content id is bad
throw new ReportException("Couldn't find report score for contentId: " + contentId);
throw new QueueException("Couldn't find report score for contentId: " + contentId);
}
}else{
return score;
Expand Down

0 comments on commit 88f084a

Please sign in to comment.