Boosting some quartz test coverage

This commit is contained in:
2024-03-28 14:21:39 -05:00
parent 2a0d5686e7
commit 4dd4d1256a
5 changed files with 293 additions and 45 deletions

View File

@ -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) ->
{