Technoboy- opened a new issue #1873: some updates for TaskQueueZkImpl URL: https://github.com/apache/incubator-dolphinscheduler/issues/1873 1. correct spelling ``` implemention -> implementation taskslist -> tasksList ``` 2. modify return value of some method : ``` new ArrayList<String>() -> Collections.emptyList() ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
