optimize: remove @author info#6179
Merged
xingfudeshi merged 5 commits intoapache:2.xfrom Dec 21, 2023
Merged
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 2.x #6179 +/- ##
============================================
- Coverage 48.99% 48.97% -0.02%
+ Complexity 4782 4771 -11
============================================
Files 915 915
Lines 31865 31863 -2
Branches 3847 3849 +2
============================================
- Hits 15611 15606 -5
- Misses 14692 14702 +10
+ Partials 1562 1555 -7
|
# Conflicts: # changes/en-us/2.x.md # changes/zh-cn/2.x.md
# Conflicts: # changes/en-us/2.x.md # changes/zh-cn/2.x.md
Contributor
|
LGTM |
lightClouds917
approved these changes
Dec 21, 2023
ZhouXY108
added a commit
to ZhouXY108/plusone-commons
that referenced
this pull request
Apr 9, 2025
该工具来自 seata,并非本项目原创,写 javadoc 时忘记修改模板中的 author,而seata 源代码中早就删除了该类的 author 信息,故应先删除。 见:apache/incubator-seata#6179 close plusone/plusone-commons#31
ZhouXY108
added a commit
to ZhouXY108/plusone-commons
that referenced
this pull request
May 5, 2025
该工具来自 seata,并非本项目原创,写 javadoc 时忘记修改模板中的 author,而seata 源代码中早就删除了该类的 author 信息,故应先删除。 见:apache/incubator-seata#6179 close plusone/plusone-commons#31
YvCeung
pushed a commit
to YvCeung/incubator-seata
that referenced
this pull request
Dec 25, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ⅰ. Describe what this PR did
remove @author info
Ⅱ. Does this pull request fix one issue?
Ⅲ. Why don't you add test cases (unit test/integration test)?
Ⅳ. Describe how to verify it
Ⅴ. Special notes for reviews