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