Skip to content

Commit

Permalink
Merge pull request #33736 from yyjstudy
Browse files Browse the repository at this point in the history
* pr/33736:
  Fix duplicate 'the' typo

Closes gh-33736
  • Loading branch information
mhalbritter committed Jan 11, 2023
2 parents 71a6e56 + 0440e5d commit 0237351
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,8 @@ void quartzJob() throws Exception {
"Whether the job should be re-executed if a 'recovery' or 'fail-over' situation is encountered."),
fieldWithPath("data.*").description("Job data map as key/value pairs, if any."),
fieldWithPath("triggers").description("An array of triggers associated to the job, if any."),
fieldWithPath("triggers.[].group").description("Name of the the trigger group."),
fieldWithPath("triggers.[].name").description("Name of the the trigger."),
fieldWithPath("triggers.[].group").description("Name of the trigger group."),
fieldWithPath("triggers.[].name").description("Name of the trigger."),
previousFireTime("triggers.[]."), nextFireTime("triggers.[]."), priority("triggers.[]."))));
}

Expand Down

0 comments on commit 0237351

Please sign in to comment.