Small improvements

This commit is contained in:
M66B
2019-07-24 08:42:37 +02:00
parent f8665c8526
commit 6104ecfadb
6 changed files with 11 additions and 6 deletions

View File

@@ -141,7 +141,8 @@ public class Helper {
}
};
private final static ExecutorService executor = Executors.newSingleThreadExecutor();
private static final ExecutorService executor =
Executors.newSingleThreadExecutor(backgroundThreadFactory);
// Features