Fix Javadoc link.

This commit is contained in:
Gary Gregory 2021-02-07 10:26:27 -05:00
parent 38611d05e9
commit 56dd87e8b8
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
/**
* This class provides some replacements for the corresponding methods in
* {@link Objects}. The replacements have the advantage, that they are properly
* {@link java.util.Objects}. The replacements have the advantage, that they are properly
* annotated with {@link Nullable}, and/or {@link Nonnull}, so they let the
* compiler know, what their respective results are.
*