Skip to content

Commit d0403ee

Browse files
authored
Merge pull request #1262 from jhouserizer/fix_javadoc_in_jepe
Fix javadoc errors in JobExecutionProcessException
2 parents cbe23a1 + a7393a3 commit d0403ee

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

quartz/src/main/java/org/quartz/core/JobExecutionProcessException.java

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,15 @@
1111
import org.quartz.TriggerListener;
1212

1313
/**
14-
* <p>
15-
* This exception is meybe thrown when an error occurs during execution:
16-
* <ul>
17-
* <li><code>Job execution</code></li>
18-
* <li><code>{@link JobListener} methods</code></li>
19-
* <li><code>{@link TriggerListener} methods</code></li>
20-
* </ul>
21-
* The exception ensures that the job execution context is transferred to the implementation of the error
22-
* handling method of the scheduler listener <code>{@link SchedulerListener#schedulerError()}</code>, to try to fix
23-
* the problem
24-
* </p>
14+
* This exception is thrown when an error occurs during execution:
15+
* <ul>
16+
* <li><code>Job execution</code></li>
17+
* <li><code>{@link JobListener} methods</code></li>
18+
* <li><code>{@link TriggerListener} methods</code></li>
19+
* </ul>
20+
* The exception ensures that the job execution context is transferred to the implementation of the error
21+
* handling method of the scheduler listener <code>{@link org.quartz.SchedulerListener#schedulerError(String, SchedulerException)}</code>,
22+
* to try to fix the problem
2523
*/
2624
public class JobExecutionProcessException extends SchedulerException
2725
{

0 commit comments

Comments
 (0)