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