Skip to content

Commit

Permalink
removing not null constraint from Resource.java
Browse files Browse the repository at this point in the history
  • Loading branch information
tanishi-egov committed Jan 8, 2025
1 parent c4ba102 commit 1a926cf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ public class Resource {
private String resourceType = null;

@JsonProperty("estimatedNumber")
@NotNull
private BigDecimal estimatedNumber = null;

@JsonProperty("activityCode")
Expand Down

0 comments on commit 1a926cf

Please sign in to comment.