[Java] Update auto-generated bindings to 0.0.115
[ldk-java] / src / main / java / org / ldk / enums / CreationError.java
index c01ba2ff58d3264e456f827e992d516dd1194fc8..a783582c85a7b03267ad69677103f08a76452427 100644 (file)
@@ -1,11 +1,11 @@
 package org.ldk.enums;
 
 /**
- * Errors that may occur when constructing a new `RawInvoice` or `Invoice`
+ * Errors that may occur when constructing a new [`RawInvoice`] or [`Invoice`]
  */
 public enum CreationError {
        /**
-        * The supplied description string was longer than 639 __bytes__ (see [`Description::new(...)`](./struct.Description.html#method.new))
+        * The supplied description string was longer than 639 __bytes__ (see [`Description::new`])
         */
        LDKCreationError_DescriptionTooLong,
        /**