Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
czy006 committed Oct 10, 2024
1 parent 417e269 commit a9e30b7
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@

package org.apache.amoro.process;

/**
* Status of any {@link AmoroProcess}. Only UNKNOWN, RUNNING, FINISHED(SUCCESS, CLOSED, FAILED) are
* necessary Stage classes are used to define multiple phases of one process such as OptimizingStage
*/
/** Status of any {@link AmoroProcess}. */
public enum ProcessStatus {
UNKNOWN,
PENDING,
Expand Down

0 comments on commit a9e30b7

Please sign in to comment.