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