Skip to content

Commit

Permalink
SHIBUI-2341
Browse files Browse the repository at this point in the history
Fixing logic to correctly save SurName
  • Loading branch information
chasegawa committed Aug 31, 2022
1 parent 1e04e06 commit d7bed88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ public String getValue() {

@Override
public void setValue(String name) {
this.value = value;
this.value = name;
}
}

0 comments on commit d7bed88

Please sign in to comment.