[Java] Update auto-generated Java bindings for 0.0.113
[ldk-java] / src / main / java / org / ldk / structs / BestBlock.java
index 325b80690e4a2b25056f3d841a1c3d605d1710ca..8857c0458ea45cfc39f6de8fc0eea45fbfe07957 100644 (file)
@@ -43,7 +43,7 @@ public class BestBlock extends CommonBase {
         * This ignores pointers and is_owned flags and looks at the values in fields.
         * Two objects with NULL inner values will be considered "equal" here.
         */
-       public boolean eq(BestBlock b) {
+       public boolean eq(org.ldk.structs.BestBlock b) {
                boolean ret = bindings.BestBlock_eq(this.ptr, b == null ? 0 : b.ptr);
                Reference.reachabilityFence(this);
                Reference.reachabilityFence(b);