mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-20 22:18:43 +00:00
Boosting some quartz test coverage
This commit is contained in:
@ -722,7 +722,7 @@ public class QuartzScheduler implements QSchedulerInterface
|
||||
/*******************************************************************************
|
||||
**
|
||||
*******************************************************************************/
|
||||
List<QuartzJobAndTriggerWrapper> queryQuartz() throws SchedulerException
|
||||
public List<QuartzJobAndTriggerWrapper> queryQuartz() throws SchedulerException
|
||||
{
|
||||
return queryQuartzMemoization.getResultThrowing(AnyKey.getInstance(), (x) ->
|
||||
{
|
||||
|
Reference in New Issue
Block a user