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