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