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