bisq/core
Christoph Atteneder b5ddb630ef
Remove unused method parameters (#3806)
* Remove unused parameters from assorted methods

Exclude abstract or default methods, as well as cases where the
parameter is currently unused but is probably intended to be used later.

* Actually use the injected Clock param of isDateInTolerance

Use 'clock.millis()' instead of "new Date().getTime()" in SignedWitness
& AccountAgeWitness, as the latter may have been left as an oversight.

Also tidy the date field of the toString() methods.

* Suppress warnings of unused method params which may be needed later

Also fix forwarding of telescoping method parameters in FormBuilder and
FormattingUtils.
2019-12-19 10:23:16 +01:00
..
.tx Merge core repository at 4597613 2018-09-05 10:48:22 +02:00
src Remove unused method parameters (#3806) 2019-12-19 10:23:16 +01:00
update_translations.sh Add Chinese Traditional file to update_translations.sh script 2019-12-03 12:01:02 +01:00