[Java] Update auto-generated Java bindings for 0.0.113
[ldk-java] / src / main / java / org / ldk / structs / Pong.java
index 5b7823f6191f5a9fa9c592141b4d6fc26e7a59cc..536f0010e1ee64edf5099e6f7bcac314e0ea38d8 100644 (file)
@@ -75,7 +75,7 @@ public class Pong 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(Pong b) {
+       public boolean eq(org.ldk.structs.Pong b) {
                boolean ret = bindings.Pong_eq(this.ptr, b == null ? 0 : b.ptr);
                Reference.reachabilityFence(this);
                Reference.reachabilityFence(b);