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