Polish Javadoc

This commit is contained in:
Chris Beams 2014-08-26 16:31:21 +02:00
parent 75299b4311
commit e4be536b63
No known key found for this signature in database
GPG Key ID: 3D214F8F5BC5ED73

View File

@ -22,7 +22,7 @@ import io.bitsquare.bank.BankAccount;
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"})
public class BlockChainFacade {