X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Forg%2Fldk%2Fstructs%2FOption_HTLCDestinationZ.java;h=c82c9dfd3f30165f18de47d8fd610b232451a0ff;hb=4a36fa97d4eee96099c4a176ea845c52db27e64c;hp=20e888b7849c1fee8dc497d5f9d517255cf303b4;hpb=46763b974f120d1795fca6c1e757578784f3305a;p=ldk-java diff --git a/src/main/java/org/ldk/structs/Option_HTLCDestinationZ.java b/src/main/java/org/ldk/structs/Option_HTLCDestinationZ.java index 20e888b7..c82c9dfd 100644 --- a/src/main/java/org/ldk/structs/Option_HTLCDestinationZ.java +++ b/src/main/java/org/ldk/structs/Option_HTLCDestinationZ.java @@ -9,7 +9,7 @@ import javax.annotation.Nullable; /** - * An enum which can either contain a crate::lightning::util::events::HTLCDestination or not + * An enum which can either contain a crate::lightning::events::HTLCDestination or not */ @SuppressWarnings("unchecked") // We correctly assign various generic arrays public class Option_HTLCDestinationZ extends CommonBase { @@ -31,7 +31,7 @@ public class Option_HTLCDestinationZ extends CommonBase { } /** - * When we're in this state, this COption_HTLCDestinationZ contains a crate::lightning::util::events::HTLCDestination + * When we're in this state, this COption_HTLCDestinationZ contains a crate::lightning::events::HTLCDestination */ public final static class Some extends Option_HTLCDestinationZ { public final org.ldk.structs.HTLCDestination some; @@ -52,7 +52,7 @@ public class Option_HTLCDestinationZ extends CommonBase { } } /** - * Constructs a new COption_HTLCDestinationZ containing a crate::lightning::util::events::HTLCDestination + * Constructs a new COption_HTLCDestinationZ containing a crate::lightning::events::HTLCDestination */ public static Option_HTLCDestinationZ some(org.ldk.structs.HTLCDestination o) { long ret = bindings.COption_HTLCDestinationZ_some(o.ptr);