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