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