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