Skip to content

Commit f2a3951

Browse files
committed
HADOOP-16478 fix up javadoc warning in S3GuardTool
Change-Id: I382a8816b6309a78b1def2d0a993ca7e206efd27
1 parent 833e274 commit f2a3951

File tree

1 file changed

+1
-1
lines changed
  • hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/s3guard

1 file changed

+1
-1
lines changed

hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/s3guard/S3GuardTool.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ public final int run(String[] args) throws Exception {
433433
* Run the tool, capturing the output (if the tool supports that).
434434
*
435435
* As well as returning an exit code, the implementations can choose to
436-
* throw an instance of {@link ExitUtil.ExitException} with their exit
436+
* throw an instance of {@code ExitUtil.ExitException} with their exit
437437
* code set to the desired exit value. The exit code of such an exception
438438
* is used for the tool's exit code, and the stack trace only logged at
439439
* debug.

0 commit comments

Comments
 (0)