mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-22 22:45:21 +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,7 +112,7 @@ public class AssetFeeView extends ActivatableView<GridPane, Void> implements Bsq
|
|||
///////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
@Inject
|
||||
private AssetFeeView(BsqFormatter bsqFormatter,
|
||||
public AssetFeeView(BsqFormatter bsqFormatter,
|
||||
BsqWalletService bsqWalletService,
|
||||
BsqValidator bsqValidator,
|
||||
AssetService assetService,
|
||||
|
|
Loading…
Add table
Reference in a new issue