Skip to content

Commit

Permalink
reordering checks enum
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Mar 19, 2020
1 parent da0bd87 commit 5fa8c2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions x-pack/plugins/ml/common/types/categories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ export interface CategoryFieldExample {
}

export enum VALIDATION_RESULT {
NO_EXAMPLES,
FAILED_TO_TOKENIZE,
TOO_MANY_TOKENS,
TOKEN_COUNT,
MEDIAN_LINE_LENGTH,
NULL_VALUES,
NO_EXAMPLES,
TOO_MANY_TOKENS,
FAILED_TO_TOKENIZE,
INSUFFICIENT_PRIVILEGES,
}

Expand Down

0 comments on commit 5fa8c2f

Please sign in to comment.