[Java] Update auto-generated bindings to LDK 0.0.123
[ldk-java] / src / main / java / org / ldk / structs / Ping.java
index e36edb4c5a535079082011548ae49051dbd555f8..bf08203738f1a08b71e45f31d9fee9702b8da99b 100644 (file)
@@ -111,7 +111,7 @@ public class Ping extends CommonBase {
         * Two objects with NULL inner values will be considered "equal" here.
         */
        public boolean eq(org.ldk.structs.Ping b) {
-               boolean ret = bindings.Ping_eq(this.ptr, b == null ? 0 : b.ptr);
+               boolean ret = bindings.Ping_eq(this.ptr, b.ptr);
                Reference.reachabilityFence(this);
                Reference.reachabilityFence(b);
                if (this != null) { this.ptrs_to.add(b); };