Fix JavaDoc problem
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1613587 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5ae1b02383
commit
9b2357cfb1
|
@ -77,7 +77,7 @@ public enum JavaVersion {
|
||||||
JAVA_1_9(1.9f, "1.9"),
|
JAVA_1_9(1.9f, "1.9"),
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Java 1.x, x > 9. Mainly introduced to avoid to break when a new version of Java is used.
|
* Java 1.x, x > 9. Mainly introduced to avoid to break when a new version of Java is used.
|
||||||
*/
|
*/
|
||||||
JAVA_RECENT(maxVersion(), Float.toString(maxVersion()));
|
JAVA_RECENT(maxVersion(), Float.toString(maxVersion()));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue