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