[Java] Update auto-generated Java bindings for 0.0.113
[ldk-java] / src / main / java / org / ldk / structs / SignOrCreationError.java
index 98930701c09873de05fd54a167f597dbf723d1b5..9cb6cdd303ccbbf2425d8675dc2ccb9f701c548b 100644 (file)
@@ -94,7 +94,7 @@ public class SignOrCreationError extends CommonBase {
         * Checks if two SignOrCreationErrors contain equal inner contents.
         * This ignores pointers and is_owned flags and looks at the values in fields.
         */
-       public boolean eq(SignOrCreationError b) {
+       public boolean eq(org.ldk.structs.SignOrCreationError b) {
                boolean ret = bindings.SignOrCreationError_eq(this.ptr, b == null ? 0 : b.ptr);
                Reference.reachabilityFence(this);
                Reference.reachabilityFence(b);