Fix a crash in libzontreck

This commit is contained in:
Aria 2023-02-27 17:06:07 -07:00
parent fefb02bc8d
commit 7df8d0e0b3
4 changed files with 4 additions and 3 deletions

View file

@ -19,6 +19,7 @@ public class DelayedExecutorService {
static{
inst=new DelayedExecutorService();
}
private DelayedExecutorService(){}
public static DelayedExecutorService getInstance()
{