Skip to content

Commit

Permalink
Add new QualityRatingType enum option.
Browse files Browse the repository at this point in the history
  • Loading branch information
BernardoGiordano authored and Bindambc committed May 7, 2024
1 parent f7f2cd1 commit 668c12b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ public enum QualityRatingType {
/**
* Quality has not been determined
*/
NA("NA");
NA("NA"),
UNKNOWN("UNKNOWN");

private final String value;

Expand Down

0 comments on commit 668c12b

Please sign in to comment.