[Java] Update auto-generated bindings to LDK 0.0.123
[ldk-java] / src / main / java / org / ldk / structs / MonitorUpdateId.java
index eb3e74c9708d00e21e11fd8e65ed54283a643d2e..14c6d5ca2207049a0808433768beb106907e1191 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(org.ldk.structs.MonitorUpdateId b) {
-               boolean ret = bindings.MonitorUpdateId_eq(this.ptr, b == null ? 0 : b.ptr);
+               boolean ret = bindings.MonitorUpdateId_eq(this.ptr, b.ptr);
                Reference.reachabilityFence(this);
                Reference.reachabilityFence(b);
                if (this != null) { this.ptrs_to.add(b); };