Closed dbw9580 closed 2 years ago
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 */
/assign @LiuJiahao0001
Remove redundant method names found in
alluxio.master.job.common.CmdInfo
e.g. in
alluxio/master/job/common/CmdInfo.java:62
Change
to