Skip to content

Commit

Permalink
MAT-6167: Modify incorrectly named property
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmcphillips committed Dec 21, 2023
1 parent ed9af9d commit e6f20b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
@Builder(toBuilder=true)
@NoArgsConstructor
@AllArgsConstructor
public class QDMMeasureDefinition {
public class MeasureDefinition {
private String term;
private String definition;
}
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ public class MeasureMetaData {
private boolean experimental;
private String transmissionFormat;
private String supplementalDataElements;
private List<QDMMeasureDefinition> qdmMeasureDefinition;
private List<MeasureDefinition> measureDefinitions;
}

0 comments on commit e6f20b9

Please sign in to comment.