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:
Benedikt Ritter 2014-07-26 09:27:19 +00:00
parent 5ae1b02383
commit 9b2357cfb1
1 changed files with 1 additions and 1 deletions

View File

@ -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()));