Skip to content

Commit

Permalink
Merge pull request #177 from BernardoGiordano/quality-type
Browse files Browse the repository at this point in the history
Add new QualityRatingType enum option.
  • Loading branch information
Bindambc authored Aug 20, 2024
2 parents 1042fd7 + f526395 commit 346e572
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 346e572

Please sign in to comment.