Fix duplicate 'the' typo
See gh-33736
This commit is contained in:
committed by
Moritz Halbritter
parent
71a6e564be
commit
0440e5d1ac
@@ -265,8 +265,8 @@ class QuartzEndpointDocumentationTests extends MockMvcEndpointDocumentationTests
|
||||
"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.[]."))));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user