lokidundun opened a new pull request, #15651: URL: https://github.com/apache/dubbo/pull/15651
…rator Optimize the class comments of `ActivateComparator` and `WrapperComparator`: 1. Correct the wrong class name reference in the original comment of `WrapperComparator` (e.g., the old comment might mislead to `OrderComparator`). 2. Supplement clear functional descriptions to help other developers understand the role of these two comparators. 3. Ensure code documentation is consistent with actual logic, improving the readability and maintainability of the Dubbo project. - [ ] Make sure there is a [GitHub issue](https://github.com/apache/dubbo/issues) field for the change. - This change is a documentation-level optimization for code comments and is not associated with a specific Issue. - [x] Write a pull request description that is detailed enough to understand what the pull request does, how, and why. - [x] Write necessary unit-test to verify your logic correction. If the new feature or significant change is committed, please remember to add sample in [dubbo samples](https://github.com/apache/dubbo-samples) project. - This change only involves comment optimization without logical changes, so unit tests are not required. - [x] Make sure GitHub actions can pass. [Why the workflow is failing and how to fix it?](./CONTRIBUTING.md) ## What is the purpose of the change? ## Checklist - [x] Make sure there is a [GitHub_issue](https://github.com/apache/dubbo/issues) field for the change. - [x] Write a pull request description that is detailed enough to understand what the pull request does, how, and why. - [x] Write necessary unit-test to verify your logic correction. If the new feature or significant change is committed, please remember to add sample in [dubbo samples](https://github.com/apache/dubbo-samples) project. - [x] Make sure gitHub actions can pass. [Why the workflow is failing and how to fix it?](../CONTRIBUTING.md) -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
