We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f98e88 commit 5de0be1Copy full SHA for 5de0be1
src/main/java/ru/mystamps/web/feature/series/importing/event/RetryDownloadingEventListener.java
@@ -57,7 +57,7 @@ public void onApplicationEvent(RetryDownloading event) {
57
ImportRequestDto request = seriesImportService.findById(requestId);
58
if (request == null) {
59
// FIXME: how to handle error? maybe publish UnexpectedErrorEvent?
60
- LOG.error("Request #{}: couldn't retry is it doesn't exist", requestId);
+ LOG.error("Request #{}: couldn't retry as it doesn't exist", requestId);
61
return;
62
}
63
0 commit comments