Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
glorrian committed Nov 17, 2024
1 parent 3774637 commit 4245c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ru/bivchallenge/dto/Benefeciar.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ public int hashCode() {

@Override
public String[] separate() {
return new String[] {"", String.valueOf(naturalEntity.id()), naturalEntity.getLastName() + " " + naturalEntity.getFirstName() + " " + naturalEntity.getSecondName(), String.valueOf(percent)};
return new String[] {"", String.valueOf(naturalEntity.getInn()), naturalEntity.getLastName() + " " + naturalEntity.getFirstName() + " " + naturalEntity.getSecondName(), String.valueOf(percent)};
}
}

0 comments on commit 4245c45

Please sign in to comment.