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