Skip to content

Commit

Permalink
Remove stray references to Truth8.
Browse files Browse the repository at this point in the history
All callers should now use the equivalent methods that we've added to `Truth`.

RELNOTES=n/a
PiperOrigin-RevId: 622255969
  • Loading branch information
cpovirk authored and Google Java Core Libraries committed Apr 5, 2024
1 parent 3c90468 commit 399821e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
/**
* Propositions for Guava {@link Optional} subjects.
*
* <p>If you are looking for a {@code java.util.Optional} subject, please read
* <a href="https://truth.dev/faq#java8">faq#java8</a>
* <p>If you are looking for a {@code java.util.Optional} subject, see {@link OptionalSubject}.
*
* @author Christian Gruber
*/
Expand Down

0 comments on commit 399821e

Please sign in to comment.