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