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