Skip to content

Commit

Permalink
Merge pull request #7002 from JingMa87/7001-harvest-inprogress-typo
Browse files Browse the repository at this point in the history
#7001 Fix INPROGRESS typo.
  • Loading branch information
kcondon authored Jun 22, 2020
2 parents 9fa0c2e + 6f2f22f commit 13e1a40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public enum RunResultType { SUCCESS, FAILURE, INPROGRESS };

private static String RESULT_LABEL_SUCCESS = "SUCCESS";
private static String RESULT_LABEL_FAILURE = "FAILED";
private static String RESULT_LABEL_INPROGRESS = "INPROGRESS";
private static String RESULT_LABEL_INPROGRESS = "IN PROGRESS";
private static String RESULT_DELETE_IN_PROGRESS = "DELETE IN PROGRESS";

@ManyToOne
Expand Down

0 comments on commit 13e1a40

Please sign in to comment.