[Java] Update auto-generated Java bindings for 0.0.113
[ldk-java] / src / main / java / org / ldk / structs / FundingSigned.java
index 9b2f3f5fdc4f17cb9d36ec206dc21b9e0af3c2e1..24658fe2114695d281b83bd854220b186eb71a8d 100644 (file)
@@ -92,7 +92,7 @@ public class FundingSigned 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(FundingSigned b) {
+       public boolean eq(org.ldk.structs.FundingSigned b) {
                boolean ret = bindings.FundingSigned_eq(this.ptr, b == null ? 0 : b.ptr);
                Reference.reachabilityFence(this);
                Reference.reachabilityFence(b);