Merge pull request #33736 from yyjstudy
* pr/33736: Fix duplicate 'the' typo Closes gh-33736
This commit is contained in:
commit
0237351fd0
|
|
@ -265,8 +265,8 @@ class QuartzEndpointDocumentationTests extends MockMvcEndpointDocumentationTests
|
||||||
"Whether the job should be re-executed if a 'recovery' or 'fail-over' situation is encountered."),
|
"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("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").description("An array of triggers associated to the job, if any."),
|
||||||
fieldWithPath("triggers.[].group").description("Name of the the trigger group."),
|
fieldWithPath("triggers.[].group").description("Name of the trigger group."),
|
||||||
fieldWithPath("triggers.[].name").description("Name of the the trigger."),
|
fieldWithPath("triggers.[].name").description("Name of the trigger."),
|
||||||
previousFireTime("triggers.[]."), nextFireTime("triggers.[]."), priority("triggers.[]."))));
|
previousFireTime("triggers.[]."), nextFireTime("triggers.[]."), priority("triggers.[]."))));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue