We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 found in alluxio.master.job.common.CmdInfo
alluxio.master.job.common.CmdInfo
e.g. in alluxio/master/job/common/CmdInfo.java:62
alluxio/master/job/common/CmdInfo.java:62
Change
/** Get CmdRunAttempt. * getCmdRunAttempt * @return list of attempt */
to
/** Get CmdRunAttempt. * @return list of attempt */
The text was updated successfully, but these errors were encountered:
/assign @LiuJiahao0001
Sorry, something went wrong.
[DOCFIX] Remove redundant method names
e521db2
Fixes [Alluxio/Community#641](Alluxio/Community#641) pr-link: #15926 change-id: cid-b0fc4de5237ce282e95e4edcac7d08324eaf2f4c
Successfully merging a pull request may close this issue.
Remove redundant method names found in
alluxio.master.job.common.CmdInfo
e.g. in
alluxio/master/job/common/CmdInfo.java:62
Change
to
The text was updated successfully, but these errors were encountered: