[Java] Update auto-generated bindings to 0.0.115
[ldk-java] / src / main / java / org / ldk / structs / PositiveTimestamp.java
index 7e1f32be2a45ef43377d61c27a5c67d963b393a9..bbb55597c51b96eb6f45484541bc4a955b5a6c65 100644 (file)
@@ -30,7 +30,7 @@ public class PositiveTimestamp 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(PositiveTimestamp b) {
+       public boolean eq(org.ldk.structs.PositiveTimestamp b) {
                boolean ret = bindings.PositiveTimestamp_eq(this.ptr, b == null ? 0 : b.ptr);
                Reference.reachabilityFence(this);
                Reference.reachabilityFence(b);
@@ -61,7 +61,7 @@ public class PositiveTimestamp extends CommonBase {
        }
 
        /**
-        * Checks if two PositiveTimestamps contain equal inner contents.
+        * Generates a non-cryptographic 64-bit hash of the PositiveTimestamp.
         */
        public long hash() {
                long ret = bindings.PositiveTimestamp_hash(this.ptr);