mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-07 06:32:47 -04:00
Polish Javadoc
This commit is contained in:
parent
75299b4311
commit
e4be536b63
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ import io.bitsquare.bank.BankAccount;
|
||||||
import javax.inject.Inject;
|
import javax.inject.Inject;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* That facade delivers blockchain functionality from the bitcoinJ library
|
* A facade delivers blockchain functionality from the BitcoinJ library.
|
||||||
*/
|
*/
|
||||||
@SuppressWarnings({"SameReturnValue", "UnusedParameters"})
|
@SuppressWarnings({"SameReturnValue", "UnusedParameters"})
|
||||||
public class BlockChainFacade {
|
public class BlockChainFacade {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue