bisq/desktop/src
Steven Barclay 5846095b6b
Minor cleanup of ChartCalculations & TradesChartsView
1) Change statement lambdas to expression lambdas;
2) Replace 'Map.putIfAbsent' then 'Map.get' with 'Map.computeIfAbsent';
3) Add missing @VisibleForTesting annotation or make private.
2023-05-10 19:41:21 +01:00
..
main Minor cleanup of ChartCalculations & TradesChartsView 2023-05-10 19:41:21 +01:00
test Make TradeStatistics3 comparable & hold in a TreeSet 2023-05-10 19:41:20 +01:00