mirror of
https://github.com/github/codeql.git
synced 2025-12-24 20:56:33 +01:00
Java: adapt stub to ExecutorService change in JDK19
This commit is contained in:
@@ -9,4 +9,6 @@ import org.apache.sshd.common.Closeable;
|
||||
public interface CloseableExecutorService extends Closeable, ExecutorService
|
||||
{
|
||||
default boolean awaitTermination(Duration p0){ return false; }
|
||||
|
||||
default void close() { }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user