File tree 2 files changed +2
-2
lines changed
abi/src/main/java/org/web3j/abi
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 62
62
* documented, but is the reverse of the encoding details located <a
63
63
* href="https://github.com/ethereum/wiki/wiki/Ethereum-Contract-ABI">here</a>.
64
64
*
65
- * <p>The public API is composed of "decode*" methods and provides backward-compatbility . See
65
+ * <p>The public API is composed of "decode*" methods and provides backward-compatibility . See
66
66
* https://github.com/web3j/web3j/issues/1591 for a discussion about decoding and possible
67
67
* improvements.
68
68
*/
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ TypeReference getSubTypeReference() {
64
64
}
65
65
66
66
public int compareTo (TypeReference <T > o ) {
67
- // taken from the blog post comments - this results in an errror if the
67
+ // taken from the blog post comments - this results in an error if the
68
68
// type parameter is left out.
69
69
return 0 ;
70
70
}
You can’t perform that action at this time.
0 commit comments