bisq/desktop
Steven Barclay e1a8424f12
Generify Bond raw types & rename BondRepository type params
Replace all raw uses of 'Bond<T extends BondedAsset>', mostly with
wildcards (that is, 'Bond<?>'), to prevent compiler/IDE warnings.

Also rename the 'T extends Bond<R>' & 'R extend BondedAsset' type params
of 'BondRepository<..>' to 'B' & 'T' respectively, as this is a little
less confusing.
2024-03-08 21:11:31 +08:00
..
package Merge branch 'master' into release/v1.9.14 2023-10-16 19:47:43 +00:00
src Generify Bond raw types & rename BondRepository type params 2024-03-08 21:11:31 +08:00
build.gradle Make build reproducible 2023-09-11 01:20:50 +02:00