Skip to content

Commit 5de0be1

Browse files
committed
style: fix a typo
Should be in 858a074 commit. Relate to #1254 [skip ci]
1 parent 1f98e88 commit 5de0be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/ru/mystamps/web/feature/series/importing/event/RetryDownloadingEventListener.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public void onApplicationEvent(RetryDownloading event) {
5757
ImportRequestDto request = seriesImportService.findById(requestId);
5858
if (request == null) {
5959
// FIXME: how to handle error? maybe publish UnexpectedErrorEvent?
60-
LOG.error("Request #{}: couldn't retry is it doesn't exist", requestId);
60+
LOG.error("Request #{}: couldn't retry as it doesn't exist", requestId);
6161
return;
6262
}
6363

0 commit comments

Comments
 (0)