Add missing @Deprecated.

This commit is contained in:
Gary Gregory 2016-11-18 12:13:42 -08:00
parent b0bcf4f60a
commit 09c52410e6

View File

@ -77,6 +77,7 @@ public enum JavaVersion {
*
* @deprecated As of release 3.5, replaced by {@link #JAVA_9}
*/
@Deprecated
JAVA_1_9(9.0f, "9"),
/**