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
The following commit(s) were added to refs/heads/master by this push: new 29723e8 Javadoc. 29723e8 is described below commit 29723e851ca56aa621165130049e588980c5a5e7 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Fri Sep 13 17:25:30 2019 -0400 Javadoc. --- src/main/java/org/apache/commons/lang3/reflect/FieldUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/lang3/reflect/FieldUtils.java b/src/main/java/org/apache/commons/lang3/reflect/FieldUtils.java index 08fcdc2..989155b 100644 --- a/src/main/java/org/apache/commons/lang3/reflect/FieldUtils.java +++ b/src/main/java/org/apache/commons/lang3/reflect/FieldUtils.java @@ -714,7 +714,7 @@ public class FieldUtils { * match {@code public} fields. * @throws IllegalArgumentException * if the field is {@code null} - * @deprecated As of java 12.0, we can no longer drop the <code>final</code> modifier, thus + * @deprecated As of Java 12, we can no longer drop the <code>final</code> modifier, thus * rendering this method obsolete. The JDK discussion about this change can be found * here: http://mail.openjdk.java.net/pipermail/core-libs-dev/2018-November/056486.html * @since 3.3