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 9a50d4b commit 58a4f20
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 58a4f20

Please sign in to comment.