[Java] Update auto-generated Java bindings
[ldk-java] / src / main / java / org / ldk / structs / MonitorUpdateId.java
index 3f525e12a3ae056bf091f7bd75e317d6ac1cf3d8..8305de6710aeb3449b132f10c38178d72a0994f2 100644 (file)
@@ -56,7 +56,7 @@ public class MonitorUpdateId extends CommonBase {
         * Two objects with NULL inner values will be considered "equal" here.
         */
        public boolean eq(MonitorUpdateId b) {
-               boolean ret = bindings.MonitorUpdateId_eq(this.ptr, b == null ? 0 : b.ptr & ~1);
+               boolean ret = bindings.MonitorUpdateId_eq(this.ptr, b == null ? 0 : b.ptr);
                Reference.reachabilityFence(this);
                Reference.reachabilityFence(b);
                this.ptrs_to.add(b);