Skip to content
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

Remove redundant method names in javadoc #641

Closed
dbw9580 opened this issue Jul 21, 2022 · 1 comment · Fixed by Alluxio/alluxio#15926
Closed

Remove redundant method names in javadoc #641

dbw9580 opened this issue Jul 21, 2022 · 1 comment · Fixed by Alluxio/alluxio#15926

Comments

@dbw9580
Copy link

dbw9580 commented Jul 21, 2022

Remove redundant method names found in alluxio.master.job.common.CmdInfo

e.g. in alluxio/master/job/common/CmdInfo.java:62

Change

 /** Get CmdRunAttempt.
   * getCmdRunAttempt
   * @return list of attempt
   */

to

 /** Get CmdRunAttempt.
   * @return list of attempt
   */
@LiuJiahao0001
Copy link

/assign @LiuJiahao0001

alluxio-bot pushed a commit to Alluxio/alluxio that referenced this issue Jul 28, 2022
Fixes
[Alluxio/Community#641](Alluxio/Community#641)

pr-link: #15926
change-id: cid-b0fc4de5237ce282e95e4edcac7d08324eaf2f4c
@dbw9580 dbw9580 closed this as completed Oct 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants