Skip to content

Commit

Permalink
HDFS-17611. Fix javadocs error
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Nguyen committed Sep 10, 2024
1 parent 460475c commit 3cfae63
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ public int run(String[] argv) {
/**
* Original entrypoint of a distcp job. Calls {@link DistCp#execute(boolean)}
* without doing extra context checks and setting some configs.
* @return Job handle
* @throws Exception
*/
public Job execute() throws Exception {
return execute(false);
Expand Down

0 comments on commit 3cfae63

Please sign in to comment.