Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
Revert change. Cannot be made here.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikola Naydenov authored and Nikola Naydenov committed Jan 12, 2024
1 parent 046f90f commit 97122af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
id 'maven-publish'
}

version = '4.0.7'
version = '4.0.8'

group = 'uk.gov.hmcts.reform.idam'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ public User forename(String forename) {
@ApiModelProperty(value = "The first name of the user")

@Size(min=1)
@NotNull
public String getForename() {
return forename;
}
Expand All @@ -114,7 +113,6 @@ public User surname(String surname) {
@ApiModelProperty(value = "The last name of the user")

@Size(min=1)
@NotNull
public String getSurname() {
return surname;
}
Expand Down

0 comments on commit 97122af

Please sign in to comment.