Call error callback if server can't start

This commit is contained in:
boedy
2019-05-13 15:08:15 +02:00
parent b57350f577
commit 4e600184e5
3 changed files with 23 additions and 6 deletions
+1
View File
@@ -13,6 +13,7 @@ import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.lang.reflect.Method;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;