Skip to content

Commit

Permalink
Merge pull request #2046 from hanmz/fix/typos-FullDebugTraceInfo
Browse files Browse the repository at this point in the history
Fix typos in class FullDebugTraceInfo
  • Loading branch information
NickSneo authored Apr 24, 2024
2 parents 7152ddd + e17a0ef commit f502b30
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 serReturnValye() {
public void setReturnValue() {
this.returnValue = returnValue;
}

Expand Down

0 comments on commit f502b30

Please sign in to comment.