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