mirror of
https://github.com/vacp2p/status-linea-besu.git
synced 2026-01-08 21:38:15 -05:00
Upgrade to ErrorProne 2.4.0 * public constructors on abstract classes are removed * Javadoc must have meaningfull documentation * lambdas should not be variables * Added to the list of confusing inner class names (Entry and Type) * no assert keyword in tests * Obsolete JDK classes produce errors now Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>