This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git

commit 38611d05e9a53442452db2298075f87c12f7db62
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Feb 7 10:25:33 2021 -0500

    Add missing Javadoc since tag.
---
 src/main/java/org/apache/commons/lang3/function/Objects.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/main/java/org/apache/commons/lang3/function/Objects.java 
b/src/main/java/org/apache/commons/lang3/function/Objects.java
index 8a8435b..4a158db 100755
--- a/src/main/java/org/apache/commons/lang3/function/Objects.java
+++ b/src/main/java/org/apache/commons/lang3/function/Objects.java
@@ -58,6 +58,8 @@ import org.apache.commons.lang3.ObjectUtils;
  * 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 {
     /**

Reply via email to