Skip to content
Snippets Groups Projects
Commit 1be6dc0a authored by srosse's avatar srosse
Browse files

OO-1076: fix classpath of DummyJob for disabled indexer

parent 99be5272
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@ How to add a new job:
<!-- dummy bean -->
<bean id="org.olat.search.job.disabled" class="org.springframework.scheduling.quartz.JobDetailBean" lazy-init="true">
<!-- NOTE: reusing the notifications.DummyJob here -->
<property name="jobClass" value="org.olat.core.commons.scheduler.DummyJob" />
<property name="jobClass" value="org.olat.core.commons.services.scheduler.DummyJob" />
</bean>
</beans>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment