diff --git a/shell/src/main/java/alluxio/cli/fs/command/AbstractFileSystemCommand.java b/shell/src/main/java/alluxio/cli/fs/command/AbstractFileSystemCommand.java index 4ccca5c2e44f..35bd0e6d8bc7 100644 --- a/shell/src/main/java/alluxio/cli/fs/command/AbstractFileSystemCommand.java +++ b/shell/src/main/java/alluxio/cli/fs/command/AbstractFileSystemCommand.java @@ -17,7 +17,7 @@ import javax.annotation.concurrent.ThreadSafe; /** - * The base class for all the FileSystem {@link Command} classes. It provides a place to hold the + * The base class for all the FileSystem {@link alluxio.cli.Command} classes. It provides a place to hold the * {@link FileSystem} client. */ @ThreadSafe