Skip to content

Commit

Permalink
move anomaly localization to the last position to avoid BWC issue (#189
Browse files Browse the repository at this point in the history
…) (#190)

Signed-off-by: Yaliang Wu <ylwu@amazon.com>
(cherry picked from commit d7ddc59)

Co-authored-by: Yaliang Wu <ylwu@amazon.com>
  • Loading branch information
opensearch-trigger-bot[bot] and ylwu-amzn authored Mar 10, 2022
1 parent 79ab82d commit 8b90311
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ public enum FunctionName {
AD_LIBSVM,
SAMPLE_ALGO,
LOCAL_SAMPLE_CALCULATOR,
ANOMALY_LOCALIZATION,
FIT_RCF,
BATCH_RCF;
BATCH_RCF,
ANOMALY_LOCALIZATION;

public static FunctionName from(String value) {
try {
Expand Down

0 comments on commit 8b90311

Please sign in to comment.