add SystemUtils.IS_OS_WINDOWS_VISTA field
-----------------------------------------
Key: LANG-375
URL: https://issues.apache.org/jira/browse/LANG-375
Project: Commons Lang
Issue Type: Improvement
Affects Versions: 3.0
Reporter: Rafal Krupinski
Priority: Trivial
Simple patch adding OS field for Windows Vista
1072a1073,1082
> /**
> * <p>Is <code>true</code> if this is Windows Vista.</p>
> *
> * <p>The field will return <code>false</code> if <code>OS_NAME</code> is
> * <code>null</code>.</p>
> *
> * @since 3.0
> */
> public static final boolean IS_OS_WINDOWS_VISTA =
> getOSMatches(OS_NAME_WINDOWS_PREFIX, "6.0");
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.