Fix a crash in libzontreck
This commit is contained in:
parent
fefb02bc8d
commit
7df8d0e0b3
4 changed files with 4 additions and 3 deletions
|
@ -19,6 +19,7 @@ public class DelayedExecutorService {
|
|||
static{
|
||||
inst=new DelayedExecutorService();
|
||||
}
|
||||
private DelayedExecutorService(){}
|
||||
|
||||
public static DelayedExecutorService getInstance()
|
||||
{
|
||||
|
|
Reference in a new issue