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