From 29723e851ca56aa621165130049e588980c5a5e7 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Fri, 13 Sep 2019 17:25:30 -0400 Subject: [PATCH] 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 08fcdc2b4..989155b0b 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 static void removeFinalModifier(final Field field) { * match {@code public} fields. * @throws IllegalArgumentException * if the field is {@code null} - * @deprecated As of java 12.0, we can no longer drop the final modifier, thus + * @deprecated As of Java 12, we can no longer drop the final 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