mirror of https://github.com/hyperledger/besu
Upgrade Errorprone (#3851)
* Upgrade Errorprone Upgrade errorprone to 2.13.1. Like all errorprone upgrades there are new checks requiring code changes. * Unused methods now cause compilation errors * fields must be static and final * Effectively constant booleans must now be returned as true/false. * longs should not auto-cast to double. * turn off errorprone javadocs Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com> Co-authored-by: Sally MacFarlane <sally.macfarlane@consensys.net>pull/3865/head
parent
d88bb5867f
commit
bdb00b299e
Loading…
Reference in new issue