Skip to content

Commit

Permalink
Small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
arcshiftsolutions committed Oct 25, 2024
1 parent d54758f commit fae8d81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
@JsonIgnoreProperties(ignoreUnknown = true)
@Builder
@SuppressWarnings("squid:S1700")
public class CitizenshipCode extends ca.bc.gov.educ.scholarships.api.struct.v1.BaseRequest implements Serializable {
public class CitizenshipCode implements Serializable {
private static final long serialVersionUID = 6118916290604876032L;

@Size(max = 10)
Expand Down

0 comments on commit fae8d81

Please sign in to comment.