Updated @since tag for IS_OS_MAC_OSX_EL_CAPITAN property

This commit is contained in:
Jake Wang 2016-02-01 15:18:42 +08:00 committed by Emmanuel Bourg
parent c202aa8cec
commit 28555d4c6d
1 changed files with 1 additions and 1 deletions

View File

@ -1188,7 +1188,7 @@ public class SystemUtils {
* The field will return {@code false} if {@code OS_NAME} is {@code null}. * The field will return {@code false} if {@code OS_NAME} is {@code null}.
* </p> * </p>
* *
* @since 3.4 * @since 3.5
*/ */
public static final boolean IS_OS_MAC_OSX_EL_CAPITAN = getOSMatches("Mac OS X", "10.11"); public static final boolean IS_OS_MAC_OSX_EL_CAPITAN = getOSMatches("Mac OS X", "10.11");