[Java] Update auto-generated bindings to 0.0.115
[ldk-java] / src / main / java / org / ldk / structs / Description.java
index 1490ddeae6ce22928081d20cfd43b2ff70ddb766..093a471e6407d127bed4bff9c5a2d95e0c27f3a9 100644 (file)
@@ -42,7 +42,7 @@ public class Description extends CommonBase {
        }
 
        /**
-        * Checks if two Descriptions contain equal inner contents.
+        * Generates a non-cryptographic 64-bit hash of the Description.
         */
        public long hash() {
                long ret = bindings.Description_hash(this.ptr);
@@ -72,7 +72,7 @@ public class Description extends CommonBase {
        }
        /**
         * Creates a new `Description` if `description` is at most 1023 __bytes__ long,
-        * returns `CreationError::DescriptionTooLong` otherwise
+        * returns [`CreationError::DescriptionTooLong`] otherwise
         * 
         * Please note that single characters may use more than one byte due to UTF8 encoding.
         */
@@ -85,7 +85,7 @@ public class Description extends CommonBase {
        }
 
        /**
-        * Returns the underlying description `String`
+        * Returns the underlying description [`String`]
         */
        public String into_inner() {
                String ret = bindings.Description_into_inner(this.ptr);