Skip to content

Commit

Permalink
fix checkstyle and remove deprecation annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Xenorith committed Aug 22, 2023
1 parent 81e9b02 commit 2fa8db1
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
import alluxio.annotation.PublicApi;
import alluxio.cli.CommandUtils;
import alluxio.client.file.FileSystemContext;
import alluxio.conf.PropertyKey;
import alluxio.exception.AlluxioException;
import alluxio.exception.status.InvalidArgumentException;
import alluxio.grpc.JobProgressReportFormat;
Expand All @@ -37,12 +36,9 @@

/**
* Loads a file or directory in Alluxio space, making it resident in Alluxio.
*
* @deprecated This command no longer works under the new Dora architecture.
*/
@ThreadSafe
@PublicApi
@Deprecated
public final class LoadCommand extends AbstractFileSystemCommand {
private static final JobProgressReportFormat DEFAULT_FORMAT = JobProgressReportFormat.TEXT;
private static final String JOB_TYPE = "load";
Expand Down

0 comments on commit 2fa8db1

Please sign in to comment.