mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 17:26:28 +01:00
CoinSelection: fix JavaDoc by removing type argument
This commit is contained in:
parent
26f343a607
commit
9763a40a46
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ public class CoinSelection {
|
|||
}
|
||||
|
||||
/**
|
||||
* @deprecated use {@link #CoinSelection(Collection<TransactionOutput>)}
|
||||
* @deprecated use {@link #CoinSelection(Collection)}
|
||||
*/
|
||||
@Deprecated
|
||||
public CoinSelection(Coin valueGathered, Collection<TransactionOutput> gathered) {
|
||||
|
|
Loading…
Add table
Reference in a new issue