Another stupid codacy enforcement

This commit is contained in:
chimp1984 2020-09-27 02:16:27 -05:00
parent 2191693946
commit b31f5b7b23
No known key found for this signature in database
GPG key ID: 9801B4EC591F90E3

View file

@ -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);