Correct since tag, since next release will be 3.3.2

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1582984 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benedikt Ritter 2014-03-29 10:48:39 +00:00
parent d00ee004b0
commit acd41040fc
1 changed files with 1 additions and 1 deletions

View File

@ -934,7 +934,7 @@ public class SystemUtils {
* The field will return {@code false} if {@link #JAVA_VERSION} is {@code null}.
* </p>
*
* @since 3.4
* @since 3.3.2
*/
public static final boolean IS_JAVA_1_8 = getJavaVersionMatches("1.8");