Skip to content

Commit

Permalink
Don't mention common.cache in our short description of Guava.
Browse files Browse the repository at this point in the history
Compare #6622
  • Loading branch information
cpovirk committed Jul 5, 2023
1 parent 5aee167 commit 5e6d2dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ layout: default
title: Guava
---

Guava is a set of core Java libraries from Google that includes new collection types
(such as multimap and multiset), immutable collections, a graph library, and
utilities for concurrency, I/O, hashing, caching, primitives, strings, and more! It
Guava is a set of core Java libraries from Google that includes new collection
types (such as multimap and multiset), immutable collections, a graph library,
and utilities for concurrency, I/O, hashing, primitives, strings, and more! It
is widely used on most Java projects within Google, and widely used by many
other companies as well.

Expand Down

0 comments on commit 5e6d2dd

Please sign in to comment.