Commit 12087d2
committed
Suppress FutureReturnValueIgnored for expiring loaded messages.
There's not much one could do other than call `FutureTask.get(0L, TimeUnit.MICROSECONDS)` and, ignoring `TimeoutException`, capture the `ExecutionException` or `InterruptedException`, if any, and log them. This at least allows the synchronization of source with Google's monorepo which enforces errorprone-safety.
Works around issue #6.1 parent 93d7036 commit 12087d2
1 file changed
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
| 252 | + | |
252 | 253 | | |
253 | 254 | | |
254 | 255 | | |
| |||
0 commit comments