Skip to content

Commit

Permalink
Fix typos in class FullDebugTraceInfo
Browse files Browse the repository at this point in the history
Signed-off-by: hanmz <[email protected]>
  • Loading branch information
hanmz committed Apr 24, 2024
1 parent a539b45 commit e17a0ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public String getReturnValue() {
return returnValue;
}

public void serReturnValue() {
public void setReturnValue() {
this.returnValue = returnValue;
}

Expand Down

0 comments on commit e17a0ef

Please sign in to comment.