[Java] Update auto-generated Java bindings
[ldk-java] / src / main / java / org / ldk / structs / Pong.java
index 5b7823f6191f5a9fa9c592141b4d6fc26e7a59cc..0a3b39534fbd346868631d71899892eb2fb427ce 100644 (file)
@@ -9,7 +9,9 @@ import javax.annotation.Nullable;
 
 
 /**
- * A pong message to be sent or received from a peer
+ * A [`pong`] message to be sent to or received from a peer.
+ * 
+ * [`pong`]: https://github.com/lightning/bolts/blob/master/01-messaging.md#the-ping-and-pong-messages
  */
 @SuppressWarnings("unchecked") // We correctly assign various generic arrays
 public class Pong extends CommonBase {
@@ -22,6 +24,7 @@ public class Pong extends CommonBase {
 
        /**
         * The pong packet size.
+        * 
         * This field is not sent on the wire. byteslen zeros are sent.
         */
        public short get_byteslen() {
@@ -32,6 +35,7 @@ public class Pong extends CommonBase {
 
        /**
         * The pong packet size.
+        * 
         * This field is not sent on the wire. byteslen zeros are sent.
         */
        public void set_byteslen(short val) {
@@ -75,7 +79,7 @@ public class Pong 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(Pong b) {
+       public boolean eq(org.ldk.structs.Pong b) {
                boolean ret = bindings.Pong_eq(this.ptr, b == null ? 0 : b.ptr);
                Reference.reachabilityFence(this);
                Reference.reachabilityFence(b);