[Java] Update auto-generated Java bindings
[ldk-java] / src / main / java / org / ldk / structs / Retry.java
index 2f2b4d8fc85bffdebd80abe90b6154752917e206..452044df996ca29798d74953adf0d0cdb2aadcf0 100644 (file)
@@ -101,7 +101,7 @@ public class Retry extends CommonBase {
         * This ignores pointers and is_owned flags and looks at the values in fields.
         */
        public boolean eq(Retry b) {
-               boolean ret = bindings.Retry_eq(this.ptr, b == null ? 0 : b.ptr & ~1);
+               boolean ret = bindings.Retry_eq(this.ptr, b == null ? 0 : b.ptr);
                Reference.reachabilityFence(this);
                Reference.reachabilityFence(b);
                return ret;