| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Quartz
Revision: 828
Author: jhouse
Date: 20 Aug 2008 09:49:13
Changes:Diff:| ... | ...@@ -206,7 +206,7 @@ | |
| 206 | 206 | * <code>JobDetail</code> and the one found on the <code>Trigger</code>, with |
| 207 | 207 | * the value in the latter overriding any same-named values in the former. |
| 208 | 208 | * <i>It is thus considered a 'best practice' that the execute code of a Job |
| 209 | * retrieve data from the JobDataMap found on this object</i> | |
| 209 | * retrieve data from the JobDataMap found on this object.</i> | |
| 210 | 210 | * </p> |
| 211 | 211 | * |
| 212 | 212 | * <p>NOTE: Do not |