Force CPU target to Sandy Bridge when compiling
[ldk-java] / src / main / java / org / ldk / enums / LDKChannelMonitorUpdateErr.java
index b46efad2c17d0ca51389264c959eb00c7cb23c79..de224032d2bf907d42acd19968bf90e5ce50f9f1 100644 (file)
@@ -1,6 +1,11 @@
 package org.ldk.enums;
 
+/**
+ * An error enum representing a failure to persist a channel monitor update.
+ */
 public enum LDKChannelMonitorUpdateErr {
-   LDKChannelMonitorUpdateErr_TemporaryFailure,
-   LDKChannelMonitorUpdateErr_PermanentFailure,
+       LDKChannelMonitorUpdateErr_TemporaryFailure,
+       LDKChannelMonitorUpdateErr_PermanentFailure,
+       ; static native void init();
+       static { init(); }
 }
\ No newline at end of file