Use <> operator where possible
Change-Id: I88c51f471f0d901bfd8df4346d653fda62f07a0c
This commit is contained in:
@@ -90,7 +90,7 @@ public class SysExecutorModule extends AbstractModule {
|
||||
poolSize,
|
||||
10,
|
||||
TimeUnit.MINUTES,
|
||||
new ArrayBlockingQueue<Runnable>(poolSize),
|
||||
new ArrayBlockingQueue<>(poolSize),
|
||||
new ThreadFactoryBuilder()
|
||||
.setNameFormat("ChangeUpdate-%d")
|
||||
.setDaemon(true)
|
||||
|
||||
Reference in New Issue
Block a user