Alluxio / Community

New Contributor Tasks for Alluxio
20 stars 38 forks source link

Remove redundant method names in javadoc #641

Closed dbw9580 closed 2 years ago

dbw9580 commented 2 years ago

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 commented 2 years ago

/assign @LiuJiahao0001