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