Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-smith committed Oct 24, 2023
1 parent 7ac66ba commit 0a56bb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public ClientInfo getInfo() {
return info;
}

public void setInfo(ClientInfo info) {
void setInfo(ClientInfo info) {
this.info = info;
}
}

0 comments on commit 0a56bb4

Please sign in to comment.