Add missing Javadoc since tag.

This commit is contained in:
Gary Gregory 2021-02-07 10:25:33 -05:00
parent 8dfc79886a
commit 38611d05e9
1 changed files with 2 additions and 0 deletions

View File

@ -58,6 +58,8 @@
* can't, and the Java compiler confirms this.(An alternative to redundancy
* would have been to change the {@code ObjectUtils} class. However, that
* would mean loosing upwards compatibility, and we don't do that.)
*
* @since 3.12
*/
public class Objects {
/**