mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 23:18:17 +01:00
Another stupid codacy enforcement
This commit is contained in:
parent
2191693946
commit
b31f5b7b23
1 changed files with 1 additions and 0 deletions
|
@ -683,6 +683,7 @@ public class PendingTradesView extends ActivatableViewAndModel<VBox, PendingTrad
|
|||
String volume = DisplayUtils.formatVolumeWithCode(item.getTrade().getTradeVolume());
|
||||
setGraphic(new AutoTooltipLabel(volume));
|
||||
} catch (Throwable ignore) {
|
||||
log.debug(ignore.toString()); // Stupidity to make Codacy happy
|
||||
}
|
||||
} else
|
||||
setGraphic(null);
|
||||
|
|
Loading…
Add table
Reference in a new issue