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