fake change to trigger CI
This commit is contained in:
parent
334daddf33
commit
a939dab894
|
@ -111,6 +111,7 @@ public abstract class BaseSchedulerServiceImpl implements ISchedulerService, Sma
|
|||
|
||||
private IHapiScheduler createScheduler(boolean theClustered) throws SchedulerException {
|
||||
if (!isLocalSchedulingEnabled() || isSchedulingDisabledForUnitTests()) {
|
||||
ourLog.info("Scheduling is disabled on this server");
|
||||
return new HapiNullScheduler();
|
||||
}
|
||||
IHapiScheduler retval;
|
||||
|
|
Loading…
Reference in New Issue