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