This commit is contained in:
Gary Gregory 2017-11-04 08:42:02 -06:00
commit 374c0fc1ac
1 changed files with 3 additions and 2 deletions

View File

@ -82,14 +82,14 @@ public enum JavaVersion {
/**
* Java 9
*
*
* @since 3.5
*/
JAVA_9(9.0f, "9"),
/**
* Java 10
*
*
* @since 3.7
*/
JAVA_10(10.0f, "10"),
@ -103,6 +103,7 @@ public enum JavaVersion {
* The float value.
*/
private final float value;
/**
* The standard name.
*/