gerrit/gerrit-sshd
Han-Wen Nienhuys 40270c4bef Avoid referencing gerrit specific Executor.
WorkQueue.Executor is a thin layer on top of
ScheduledThreadPoolExecutor. Since it is a class, rather than an
implementation, it is impossible to inject a wrapper around an
existing implementation.

This change is one step towards enabling this.

Change-Id: Id6b1d0fd10b5f8549cbc76a4867b3afb750aca02
2017-06-14 14:24:21 +02:00
..