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