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