From a4b7714a7eb2afc1f2b932679efff77e5fe74a52 Mon Sep 17 00:00:00 2001 From: cpovirk Date: Thu, 2 Jan 2025 08:22:25 -0800 Subject: [PATCH] Fix broken Javadoc link. I broke this in cl/700358999. It is among the multiple things that fail with a plain run of `mvn clean install` on my workstation (where it uses Javadoc 23, IIRC). (The error that I'd mentioned back in cl/696632561 still remains.) RELNOTES=n/a PiperOrigin-RevId: 711430529 --- core/src/main/java/com/google/common/truth/Subject.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/com/google/common/truth/Subject.java b/core/src/main/java/com/google/common/truth/Subject.java index 65d166790..e83664835 100644 --- a/core/src/main/java/com/google/common/truth/Subject.java +++ b/core/src/main/java/com/google/common/truth/Subject.java @@ -139,7 +139,7 @@ public void isNotNull() { * comparison, two objects are equal if any of the following is true: * *