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