Fix: typo + +minScore. (#735)

This commit is contained in:
Daniel Doubrovkine (dB.) 2022-03-08 08:21:22 -05:00 committed by GitHub
parent 10b78714c1
commit 7aec489945
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ final class MaxScoreSumPropagator {
if (iter > 2) {
throw new IllegalStateException(
"Could not compute a minimum score for minScore="
+ +minScore
+ minScore
+ ", minScoreSum="
+ minScoreSum
+ ", sumOfOtherMaxScores="