We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 833e274 commit f2a3951Copy full SHA for f2a3951
hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/s3guard/S3GuardTool.java
@@ -433,7 +433,7 @@ public final int run(String[] args) throws Exception {
433
* Run the tool, capturing the output (if the tool supports that).
434
*
435
* As well as returning an exit code, the implementations can choose to
436
- * throw an instance of {@link ExitUtil.ExitException} with their exit
+ * throw an instance of {@code ExitUtil.ExitException} with their exit
437
* code set to the desired exit value. The exit code of such an exception
438
* is used for the tool's exit code, and the stack trace only logged at
439
* debug.
0 commit comments