mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-22 14:42:37 +01:00
Bow to Codacy robot
Private constructors are OK if injection is used. Empty methods are also ok if requires for interface...
This commit is contained in:
parent
55b070f955
commit
a9ce9f423e
2 changed files with 7 additions and 6 deletions
|
@ -117,6 +117,7 @@ public class AssetService implements DaoSetupService, DaoStateListener {
|
|||
}
|
||||
|
||||
@Override
|
||||
@SuppressWarnings({"EmptyMethod"})
|
||||
public void start() {
|
||||
}
|
||||
|
||||
|
|
|
@ -112,12 +112,12 @@ public class AssetFeeView extends ActivatableView<GridPane, Void> implements Bsq
|
|||
///////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@Inject
|
||||
private AssetFeeView(BsqFormatter bsqFormatter,
|
||||
BsqWalletService bsqWalletService,
|
||||
BsqValidator bsqValidator,
|
||||
AssetService assetService,
|
||||
DaoStateService daoStateService,
|
||||
@Named(FormattingUtils.BTC_FORMATTER_KEY) CoinFormatter btcFormatter) {
|
||||
public AssetFeeView(BsqFormatter bsqFormatter,
|
||||
BsqWalletService bsqWalletService,
|
||||
BsqValidator bsqValidator,
|
||||
AssetService assetService,
|
||||
DaoStateService daoStateService,
|
||||
@Named(FormattingUtils.BTC_FORMATTER_KEY) CoinFormatter btcFormatter) {
|
||||
this.bsqFormatter = bsqFormatter;
|
||||
this.bsqWalletService = bsqWalletService;
|
||||
this.bsqValidator = bsqValidator;
|
||||
|
|
Loading…
Add table
Reference in a new issue