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