[Java] Update auto-generated Java bindings for 0.0.113
[ldk-java] / src / main / java / org / ldk / structs / ReadOnlyNetworkGraph.java
index ae0278a9aa0d724e76d0fafe7688f87845959bc7..b7e08370559c11282b39f002b9e26d3a1acc5612 100644 (file)
@@ -49,7 +49,7 @@ public class ReadOnlyNetworkGraph extends CommonBase implements AutoCloseable {
         * Note that the return value (or a relevant inner pointer) may be NULL or all-0s to represent None
         */
        @Nullable
-       public NodeInfo node(NodeId node_id) {
+       public NodeInfo node(org.ldk.structs.NodeId node_id) {
                long ret = bindings.ReadOnlyNetworkGraph_node(this.ptr, node_id == null ? 0 : node_id.ptr);
                Reference.reachabilityFence(this);
                Reference.reachabilityFence(node_id);