[Java] Update auto-generated Java bindings for 0.0.113
[ldk-java] / src / main / java / org / ldk / structs / PayeePubKey.java
index 8494ebcc6b4c3b5534d0435da7b8800e9eb4611e..7fb0257594b5a9a94cafd4b49226be9531dddb51 100644 (file)
@@ -79,7 +79,7 @@ public class PayeePubKey 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(PayeePubKey b) {
+       public boolean eq(org.ldk.structs.PayeePubKey b) {
                boolean ret = bindings.PayeePubKey_eq(this.ptr, b == null ? 0 : b.ptr);
                Reference.reachabilityFence(this);
                Reference.reachabilityFence(b);