Skip to content

Commit

Permalink
chore(RetryDownloadingEventListener): remove an unused import.
Browse files Browse the repository at this point in the history
Correction for 858a074 commit.
  • Loading branch information
php-coder committed Feb 11, 2020
1 parent 858a074 commit a826a69
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
package ru.mystamps.web.feature.series.importing.event;

import lombok.RequiredArgsConstructor;
import org.apache.commons.lang3.Validate;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.context.ApplicationEventPublisher;
Expand Down

1 comment on commit a826a69

@0pdd
Copy link

@0pdd 0pdd commented on a826a69 Feb 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 1254-f96635a2 discovered in src/main/java/ru/mystamps/web/feature/series/importing/SeriesImportController.java and submitted as #1255. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.