[Java] Update auto-generated Java bindings
[ldk-java] / src / main / java / org / ldk / structs / NetAddress.java
index 47f94b85b058db65821a5b922f242ae1557e5ca8..9714ec7c1e866130b2346cdae8ea0d4b5d6d7864 100644 (file)
@@ -9,7 +9,7 @@ import javax.annotation.Nullable;
 
 
 /**
- * An address which can be used to connect to a remote peer
+ * An address which can be used to connect to a remote peer.
  */
 @SuppressWarnings("unchecked") // We correctly assign various generic arrays
 public class NetAddress extends CommonBase {
@@ -90,7 +90,8 @@ public class NetAddress extends CommonBase {
        }
        /**
         * A new-style Tor onion address/port on which the peer is listening.
-        * To create the human-readable \"hostname\", concatenate ed25519_pubkey, checksum, and version,
+        * 
+        * To create the human-readable \"hostname\", concatenate the ED25519 pubkey, checksum, and version,
         * wrap as base32 and append \".onion\".
         */
        public final static class OnionV3 extends NetAddress {