Delete annotation making build fail

Just to have a build sucess
This commit is contained in:
Stef 2021-06-01 02:11:37 +02:00 committed by GitHub
parent cc1dcbea02
commit c35c2c3d63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,11 +28,9 @@ import javax.validation.constraints.NotEmpty;
public class Person extends BaseEntity {
@Column(name = "first_name")
@NotEmpty
private String firstName;
@Column(name = "last_name")
@NotEmpty
private String lastName;
public String getFirstName() {