Boosting some quartz test coverage

This commit is contained in:
2024-03-28 14:21:39 -05:00
parent bc7db31fca
commit 94574564de
5 changed files with 293 additions and 45 deletions

View File

@ -701,7 +701,7 @@ public class QuartzScheduler implements QSchedulerInterface
/*******************************************************************************
**
*******************************************************************************/
List<QuartzJobAndTriggerWrapper> queryQuartz() throws SchedulerException
public List<QuartzJobAndTriggerWrapper> queryQuartz() throws SchedulerException
{
return queryQuartzMemoization.getResultThrowing(AnyKey.getInstance(), (x) ->
{