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