Wallet: Remove junk line of JavaDoc.

This commit is contained in:
Andreas Schildbach 2016-01-20 18:39:46 +01:00
parent 66c3364c9e
commit aa0312a6c8

View File

@ -3738,7 +3738,6 @@ public class Wallet extends BaseTaggableObject
* @param address The Bitcoin address to send the money to.
* @param value How much currency to send.
* @return either the created Transaction or null if there are insufficient coins.
* coins as spent until commitTx is called on the result.
* @throws InsufficientMoneyException if the request could not be completed due to not enough balance.
* @throws DustySendRequested if the resultant transaction would violate the dust rules.
* @throws CouldNotAdjustDownwards if emptying the wallet was requested and the output can't be shrunk for fees without violating a protocol rule.