[Java] Update auto-generated Java bindings
[ldk-java] / src / main / java / org / ldk / structs / DataLossProtect.java
index d094c5dc531d12a3686a36fcd4e52b5c23b26a16..e8f2aea75d827102d876dc6c970f4bce9ca1342d 100644 (file)
@@ -10,8 +10,9 @@ import javax.annotation.Nullable;
 
 /**
  * Proof that the sender knows the per-commitment secret of the previous commitment transaction.
+ * 
  * This is used to convince the recipient that the channel is at a certain commitment
- * number even if they lost that data due to a local failure.  Of course, the peer may lie
+ * number even if they lost that data due to a local failure. Of course, the peer may lie
  * and even later commitments may have been revoked.
  */
 @SuppressWarnings("unchecked") // We correctly assign various generic arrays