Skip to content

Commit f502b30

Browse files
authored
Merge pull request #2046 from hanmz/fix/typos-FullDebugTraceInfo
Fix typos in class FullDebugTraceInfo
2 parents 7152ddd + e17a0ef commit f502b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

besu/src/main/java/org/web3j/protocol/besu/response/FullDebugTraceInfo.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public String getReturnValue() {
5656
return returnValue;
5757
}
5858

59-
public void serReturnValye() {
59+
public void setReturnValue() {
6060
this.returnValue = returnValue;
6161
}
6262

0 commit comments

Comments
 (0)