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