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 f44254a commit c105771Copy full SHA for c105771
src/main/java/com/amazonaws/services/sqs/IdleQueueSweeper.java
@@ -26,7 +26,7 @@ class IdleQueueSweeper extends SQSScheduledExecutorService implements Serializab
26
27
private static final long serialVersionUID = 27151245504960185L;
28
29
- private static final Log LOG = LogFactory.getLog(AmazonSQSIdleQueueDeletingClient.class);
+ private static final Log LOG = LogFactory.getLog(IdleQueueSweeper.class);
30
31
private final SerializableReference<IdleQueueSweeper> thisReference;
32
private final Consumer<Exception> exceptionHandler;
0 commit comments