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