File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
examples/core-example/src/main/java/com/jashmore/sqs/examples Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 22
33import static java .util .stream .Collectors .toSet ;
44
5- import com .google .common .cache .CacheBuilder ;
6- import com .google .common .cache .CacheLoader ;
7- import com .google .common .cache .LoadingCache ;
8-
95import brave .Tracing ;
106import brave .context .slf4j .MDCScopeDecorator ;
117import brave .propagation .ThreadLocalCurrentTraceContext ;
128import com .fasterxml .jackson .core .JsonProcessingException ;
139import com .fasterxml .jackson .databind .ObjectMapper ;
10+ import com .google .common .cache .CacheBuilder ;
11+ import com .google .common .cache .CacheLoader ;
12+ import com .google .common .cache .LoadingCache ;
1413import com .jashmore .documentation .annotations .PositiveOrZero ;
1514import com .jashmore .sqs .QueueProperties ;
1615import com .jashmore .sqs .argument .CoreArgumentResolverService ;
@@ -169,7 +168,7 @@ public Duration getErrorBackoffTime() {
169168 scheduledExecutorService .shutdownNow ();
170169 try {
171170 scheduledExecutorService .awaitTermination (5 , TimeUnit .SECONDS );
172- } catch (InterruptedException e ) {
171+ } catch (InterruptedException interruptedException ) {
173172 // do nothing
174173 }
175174 container .stop ();
You can’t perform that action at this time.
0 commit comments