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