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