updated remaing 2.5.x JavaDoc reeferences to 3.0.x ones (SPR-6402)

This commit is contained in:
Thomas Risberg
2009-11-20 21:24:30 +00:00
parent 12a237a459
commit 5fbd87d939
5 changed files with 21 additions and 30 deletions

View File

@@ -756,7 +756,7 @@ public class ExampleJob extends QuartzJobBean {
More properties are available for the <classname>SchedulerFactoryBean</classname> for you
to set, such as the calendars used by the job details, properties to customize Quartz with,
etc. Have a look at the
<ulink url="http://static.springframework.org/spring/docs/2.5.x/api/org/springframework/scheduling/quartz/SchedulerFactoryBean.html">SchedulerFactoryBean Javadoc</ulink>
<ulink url="http://static.springframework.org/spring/docs/3.0.x/javadoc-api/org/springframework/scheduling/quartz/SchedulerFactoryBean.html">SchedulerFactoryBean Javadoc</ulink>
for more information.
</para>
</section>