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