Skip to content

Commit e17a0ef

Browse files
committed
Fix typos in class FullDebugTraceInfo
Signed-off-by: hanmz <[email protected]>
1 parent a539b45 commit e17a0ef

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 serReturnValue() {
59+
public void setReturnValue() {
6060
this.returnValue = returnValue;
6161
}
6262

0 commit comments

Comments
 (0)