Initial Piston conversion test. Non-functional.

This commit is contained in:
Kenzie Togami
2019-03-14 02:10:37 -07:00
parent 4de5487c51
commit 1966e5a8a2
6 changed files with 91 additions and 79 deletions

View File

@ -30,6 +30,7 @@ import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.net.URL;
import java.util.concurrent.ForkJoinPool;
public class ActorCallbackPaste {
@ -65,7 +66,7 @@ public class ActorCallbackPaste {
LOGGER.warn("Failed to submit pastebin", throwable);
sender.printError("Failed to submit to a pastebin. Please see console for the error.");
}
});
}, ForkJoinPool.commonPool());
}
}