From 70ce114d8e1c45f1ffba722265aac456b2525249 Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Mon, 9 Jun 2014 19:22:57 +0200 Subject: [PATCH] Fix link in Wallet.notifyTransactionIsInBlock() JavaDoc. --- core/src/main/java/com/google/bitcoin/core/Wallet.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/com/google/bitcoin/core/Wallet.java b/core/src/main/java/com/google/bitcoin/core/Wallet.java index 863f4428..4f733d2f 100644 --- a/core/src/main/java/com/google/bitcoin/core/Wallet.java +++ b/core/src/main/java/com/google/bitcoin/core/Wallet.java @@ -1036,7 +1036,7 @@ public class Wallet extends BaseTaggableObject implements Serializable, BlockCha /** * Called by the {@link BlockChain} when we receive a new filtered block that contains a transactions previously - * received by a call to @{link receivePending}.

+ * received by a call to {@link #receivePending}.

* * This is necessary for the internal book-keeping Wallet does. When a transaction is received that sends us * coins it is added to a pool so we can use it later to create spends. When a transaction is received that