Archived
0

add EDDN settings

This commit is contained in:
iMoHax
2016-10-05 15:54:27 +03:00
parent 657dc0a3cd
commit 4170d5d4e7
6 changed files with 17 additions and 45 deletions

View File

@@ -29,6 +29,7 @@ public class EMDN {
public void start(){
if (isActive()) return;
LOG.info("Start EMDN client");
if (executor == null) {
executor = Executors.newSingleThreadExecutor();
}