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