Skip to content

Commit 1bcf023

Browse files
committed
Fix docs
1 parent 7a2df8d commit 1bcf023

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/development/modules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,8 +326,8 @@ The duties will be grouped into multiple groups as per the elements in list `dru
326326
All duties in the same group will have the same run period configured by `druid.coordinator.<GROUP_NAME>.period`.
327327
Currently, there is a single thread running the duties sequentially for each group.
328328

329-
For example, see `KillSupervisorsCustomDuty` for a custom coordinator duty implementation and the `CustomSupervisorCleanupDutyTest`
330-
integration test loads `KillSupervisorsCustomDuty` using the configs below.
329+
For example, see `KillSupervisorsCustomDuty` for a custom coordinator duty implementation and the `KillSupervisorsCustomDutyTest`
330+
integration test which loads `KillSupervisorsCustomDuty` using the configs below.
331331

332332
```properties
333333
druid.coordinator.dutyGroups=["cleanupMetadata"]

0 commit comments

Comments
 (0)