Pass plugin into executor getter for future proofing
This commit is contained in:
@@ -88,6 +88,6 @@ public interface TaskScheduler
|
||||
*
|
||||
* @return the underlying executor service or compatible wrapper
|
||||
*/
|
||||
ExecutorService getExecutorService();
|
||||
ExecutorService getExecutorService(Plugin plugin);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user