Skip to content

Commit

Permalink
MAT-6785 remove default value
Browse files Browse the repository at this point in the history
  • Loading branch information
adongare committed Mar 4, 2024
1 parent 31b68dc commit fc2ab03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/gov/cms/madie/dto/CQLCode.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ public class CQLCode {
private boolean readOnly;
private String suffix;
private boolean isCodeSystemVersionIncluded;
private String isValidatedWithVsac = "VALID";
private String isValidatedWithVsac;
}

0 comments on commit fc2ab03

Please sign in to comment.