fix javadoc for isJavaVersionAtMost (#638)
the javadoc for isJavaVersionAtMost was the same as for isJavaVersionAtLeast! They sure don't do the same thing :)
This commit is contained in:
parent
61e82e832e
commit
2adf71bf23
|
@ -1781,7 +1781,7 @@ public class SystemUtils {
|
|||
* </p>
|
||||
*
|
||||
* @param requiredVersion the required version, for example 1.31f
|
||||
* @return {@code true} if the actual version is equal or greater than the required version
|
||||
* @return {@code true} if the actual version is equal or less than the required version
|
||||
* @since 3.9
|
||||
*/
|
||||
public static boolean isJavaVersionAtMost(final JavaVersion requiredVersion) {
|
||||
|
|
Loading…
Reference in New Issue