ruanwenjun opened a new pull request #5049: URL: https://github.com/apache/incubator-dolphinscheduler/pull/5049
* Refactor the API code to make the method return typed parameters ## Purpose of the pull request Most methods in the current API module do not have a clear return value, but return Object or Map<String, Object>. These makes it difficult to develop a new feature and maintain old code. It is strongly recommended using a specific type class as the return value of method, rather than Object or Map<String, Object>. ## Brief change log Change the method return value of API model. ## Verify this pull request This pull request is already covered by existing tests. ---------------------------------------------------------------- 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]
