fake change to trigger CI

This commit is contained in:
Ken Stevens 2019-12-05 11:53:41 -05:00
parent 334daddf33
commit a939dab894
1 changed files with 1 additions and 0 deletions

View File

@ -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;