Skip to content

Commit

Permalink
Fix broken Javadoc link.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cpovirk authored and Google Java Core Libraries committed Jan 2, 2025
1 parent ab5450f commit a4b7714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/com/google/common/truth/Subject.java
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public void isNotNull() {
* comparison, two objects are equal if any of the following is true:
*
* <ul>
* <li>they are equal according to {@link Objects#equal}
* <li>they are equal according to {@link Objects#equals}
* <li>they are arrays and are considered equal by the appropriate {@link Arrays#equals}
* overload
* <li>they are boxed integer types ({@code Byte}, {@code Short}, {@code Character}, {@code
Expand Down

0 comments on commit a4b7714

Please sign in to comment.