Skip to content

Commit

Permalink
Update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
haocao committed May 10, 2016
1 parent dc085b3 commit 2b7cf3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elastic-job-doc/content/post/user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ public class JobMain {
</constructor-arg>
</bean>
<!-- 配置作业-->
<bean id="xxxJob" class="com.dangdang.ddframe.job.api.JobScheduler" init-method="init">
<bean id="xxxJob" class="com.dangdang.ddframe.job.spring.schedule.SpringJobScheduler" init-method="init">
<constructor-arg ref="regCenter" />
<constructor-arg>
<bean class="com.dangdang.ddframe.job.api.JobConfiguration">
Expand Down

0 comments on commit 2b7cf3c

Please sign in to comment.