[Java] Update auto-generated Java bindings
[ldk-java] / src / main / java / org / ldk / structs / RevokeAndACK.java
index 6e42eaa95b9cb90d43ff6b6b7eaf2a2c949fc575..8a4bc471a17fa634d5606bf1eb93d1bf0d90c9eb 100644 (file)
@@ -9,7 +9,9 @@ import javax.annotation.Nullable;
 
 
 /**
- * A revoke_and_ack message to be sent or received from a peer
+ * A [`revoke_and_ack`] message to be sent to or received from a peer.
+ * 
+ * [`revoke_and_ack`]: https://github.com/lightning/bolts/blob/master/02-peer-protocol.md#completing-the-transition-to-the-updated-state-revoke_and_ack
  */
 @SuppressWarnings("unchecked") // We correctly assign various generic arrays
 public class RevokeAndACK extends CommonBase {