[Java] Update auto-generated Java bindings for 0.0.113
[ldk-java] / src / main / java / org / ldk / structs / AcceptChannel.java
index 363d4dd8bec62771cdda76b3bff14f66be27f6eb..fd6f23b0320b43619f9054ccc10b3c14c5e79f3f 100644 (file)
@@ -300,7 +300,7 @@ public class AcceptChannel extends CommonBase {
         * 
         * Note that val (or a relevant inner pointer) may be NULL or all-0s to represent None
         */
-       public void set_channel_type(@Nullable ChannelTypeFeatures val) {
+       public void set_channel_type(@Nullable org.ldk.structs.ChannelTypeFeatures val) {
                bindings.AcceptChannel_set_channel_type(this.ptr, val == null ? 0 : val.ptr);
                Reference.reachabilityFence(this);
                Reference.reachabilityFence(val);
@@ -330,7 +330,7 @@ public class AcceptChannel 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(AcceptChannel b) {
+       public boolean eq(org.ldk.structs.AcceptChannel b) {
                boolean ret = bindings.AcceptChannel_eq(this.ptr, b == null ? 0 : b.ptr);
                Reference.reachabilityFence(this);
                Reference.reachabilityFence(b);