Skip to content

Commit

Permalink
Fixed message.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Markov committed Feb 18, 2022
1 parent 2b439f3 commit 5826ff0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ private void updateReviewCommentsPerInline(String revision, String username, Fil
try {
commitFacade.createOrUpdateReviewComment(revision, file, lineNumber, body);
} catch (IllegalStateException err) {
LOG.warn("Don't create or update comment", err);
LOG.warn("Can't create or update comment", err);
}
}
}
Expand Down

0 comments on commit 5826ff0

Please sign in to comment.