Minor change: making field final
Signed-off-by: Max Lambrecht <maxlambrecht@gmail.com>
This commit is contained in:
parent
89380590b8
commit
8027b39298
|
|
@ -59,7 +59,7 @@ public class WorkloadApiClient implements Closeable {
|
|||
// it is injected in each of the retryHandlers in the watch methods
|
||||
private final ScheduledExecutorService retryExecutor;
|
||||
|
||||
private ExecutorService executorService;
|
||||
private final ExecutorService executorService;
|
||||
|
||||
private boolean closed;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue