[Java] Update auto-generated bindings to 0.0.115
[ldk-java] / src / main / java / org / ldk / structs / SocketDescriptor.java
index de4ccb0ae4cb9748ec7415b0e38ed9e5910c77c2..cf17dab68c23a529fa25016acace085ffd6b940a 100644 (file)
@@ -12,7 +12,7 @@ import javax.annotation.Nullable;
  * to a remote host. You will need to be able to generate multiple of these which meet Eq and
  * implement Hash to meet the PeerManager API.
  * 
- * For efficiency, Clone should be relatively cheap for this type.
+ * For efficiency, [`Clone`] should be relatively cheap for this type.
  * 
  * Two descriptors may compare equal (by [`cmp::Eq`] and [`hash::Hash`]) as long as the original
  * has been disconnected, the [`PeerManager`] has been informed of the disconnection (either by it