History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QUARTZ-59
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Trivial Trivial
Assignee: James House
Reporter: Nikola Banovic
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Quartz Scheduler

Quartz API Documentation refers to the JobDetail class as an interface.

Created: 01/Sep/04 01:26 PM   Updated: 23/Nov/04 10:52 AM
Component/s: Documentation
Affects Version/s: 1.4.2
Fix Version/s: 1.4.3


 Description  « Hide
Please take a look at:
http://quartz.sourceforge.net/javadoc/org/quartz/Scheduler.html

In the 4th paragraph it reads:
"Job s are to be created by the 'client program', by defining a class that implements the JobDetail interface. JobDetail objects are then created (also by the client) to define a individual instances of the Job."

In the first sentence the JobDetail class is referred to as an interface. The JobDetail class should probably be replaced by the Job interface. The sentence after the first appears to have the same problem.

 All   Comments   Change History      Sort Order:
James House - [23/Nov/04 10:52 AM ]
thanks for the catch.