diff --git a/core/src/main/java/com/dogecoin/dogecoinj/protocols/payments/PaymentSession.java b/core/src/main/java/com/dogecoin/dogecoinj/protocols/payments/PaymentSession.java index c26ec487..ded6dcb4 100644 --- a/core/src/main/java/com/dogecoin/dogecoinj/protocols/payments/PaymentSession.java +++ b/core/src/main/java/com/dogecoin/dogecoinj/protocols/payments/PaymentSession.java @@ -292,7 +292,7 @@ public class PaymentSession { } /** - * Returns a SendRequest suitable for broadcasting to the network. + Returns a {@link SendRequest} suitable for broadcasting to the network. */ public SendRequest getSendRequest() { Transaction tx = new Transaction(params);