google-nomulus/common/src/main/java/google/registry/util
Weimin Yu 9ddde4799c Upgrade error-prone to 3.3.4 (#848)
* Upgrade error-prone to 3.3.4

This would fix the failure with openjdk 11.0.9 in
3.3.3.

Fixed new antipatterns raised by the new version:
- Replaced unnecessary lambdas with methods.
- Switched wait/sleep calls to equivalent methods using java.time types
- Types inheriting Object.toString() should not be assigned to string
parameter in logging statements.
2020-10-23 11:17:57 -04:00
..
Clock.java Break circular dependency between core and util (#379) 2019-11-21 15:36:55 -05:00
DateTimeUtils.java Use a SQL date object for LocalDates (#842) 2020-10-20 15:44:23 -04:00
Sleeper.java Add a task to compile javadoc across all packages (#597) 2020-05-27 10:33:46 -04:00
SystemClock.java Break circular dependency between core and util (#379) 2019-11-21 15:36:55 -05:00
SystemSleeper.java Upgrade error-prone to 3.3.4 (#848) 2020-10-23 11:17:57 -04:00