google / guava

Google core libraries for Java
Apache License 2.0
50.25k stars 10.91k forks source link

Remove unused import. #7503

Closed copybara-service[bot] closed 3 weeks ago

copybara-service[bot] commented 3 weeks ago

Remove unused import.

The change that led to this unused import is actually positive: cl/687471414 essentially accidentally switched a 2-arg min call from using the varargs Int.min to using Math.min. That's good. But it added static imports for both min methods, leaving this one unused.

RELNOTES=n/a