You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Darren Coleman (Jira)" <ji...@apache.org> on 2023/06/15 12:54:00 UTC

[jira] [Updated] (LANG-1699) SystemUtils.JAVA_VENDOR returns Java version

     [ https://issues.apache.org/jira/browse/LANG-1699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Darren Coleman updated LANG-1699:
---------------------------------
    Description: There's a typo in the {{SystemUtils}} class that assigns JAVA_VENDOR to the result of {{SystemProperties.getJavaVersion()}} instead of {{SystemProperties.getJavaVendor()}}.  (was: There's a typo in the {{SystemUtils}} class that assigns JAVA_VENDOR to the result of {{SystemProperties.getJavaVersion()}} instead of{{ SystemProperties.getJavaVendor()}}.)

> SystemUtils.JAVA_VENDOR returns Java version
> --------------------------------------------
>
>                 Key: LANG-1699
>                 URL: https://issues.apache.org/jira/browse/LANG-1699
>             Project: Commons Lang
>          Issue Type: Bug
>          Components: lang.*
>    Affects Versions: 3.13.0
>            Reporter: Darren Coleman
>            Priority: Minor
>
> There's a typo in the {{SystemUtils}} class that assigns JAVA_VENDOR to the result of {{SystemProperties.getJavaVersion()}} instead of {{SystemProperties.getJavaVendor()}}.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)