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