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