2021-03-10 11:40:21 +08:00
<!-- Thanks very much for contributing to Apache DolphinScheduler. Please review https://dolphinscheduler.apache.org/en - us/community/development/pull - request.html before opening a pull request. -->
2019-12-02 21:59:11 +08:00
2021-03-10 11:40:21 +08:00
## Purpose of the pull request
<!-- (For example: This pull request adds checkstyle plugin). -->
2019-12-02 21:59:11 +08:00
## Brief change log
2021-03-10 11:40:21 +08:00
<!-- *(for example:)*
2019-12-02 21:59:11 +08:00
- *Add maven-checkstyle-plugin to root pom.xml*
2021-03-10 11:40:21 +08:00
-->
2019-12-02 21:59:11 +08:00
## Verify this pull request
2021-03-10 11:40:21 +08:00
<!-- *(Please pick either of the following options)* -->
2019-12-02 21:59:11 +08:00
This pull request is code cleanup without any test coverage.
*(or)*
This pull request is already covered by existing tests, such as *(please describe tests)* .
(or)
This change added tests and can be verified as follows:
2021-03-10 11:40:21 +08:00
<!-- *(example:)*
2019-12-02 21:59:11 +08:00
- *Added dolphinscheduler-dao tests for end-to-end.*
- *Added CronUtilsTest to verify the change.*
2021-03-10 11:40:21 +08:00
- *Manually verified the change by testing locally.* -->