[
https://issues.apache.org/jira/browse/LANG-375?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Henri Yandell closed LANG-375.
------------------------------
Resolution: Fixed
Added; thanks Rafal.
> 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
> Reporter: Rafal Krupinski
> Priority: Trivial
> Fix For: 2.4
>
>
> 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.