-
Notifications
You must be signed in to change notification settings - Fork 641
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ISSUE #4182] Add JavaDoc and Comments for eventmesh-admin-rocketmq Module #4183
Conversation
...n-rocketmq/src/main/java/org/apache/eventmesh/admin/rocketmq/controller/AdminController.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Codecov Report
@@ Coverage Diff @@
## master #4183 +/- ##
=========================================
Coverage 16.92% 16.92%
Complexity 1412 1412
=========================================
Files 589 589
Lines 25789 25789
Branches 2397 2397
=========================================
Hits 4366 4366
Misses 20986 20986
Partials 437 437
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@lrhkobe PTAL~ 😉 |
Fixes #4182.
Motivation
Please see #4182.
Modifications
I have written these comments following the examples set by various common Java libraries. I have paid attention to formatting and ensured the correct usage of tags such as
<p>
,<pre>
,@see
,@link
,@linkplain
,@code
and others.Documentation