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 8, 2024
1 parent 3e79f3b commit da92f6a
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 da92f6a

Please sign in to comment.