CoinSelection: fix JavaDoc by removing type argument

This commit is contained in:
Andreas Schildbach 2022-07-19 16:54:25 +02:00
parent 26f343a607
commit 9763a40a46

View file

@ -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) {