Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8138881

Bug in OSInfo.java

XMLWordPrintable

    • 9
    • b94
    • other
    • windows_7

      DESCRIPTION OF THE PROBLEM :
      There is a typo in OSInfo.java
      windowsVersionMap.put(WINDOWS_VISTA.toString(), WINDOWS_7);
      should be windowsVersionMap.put(WINDOWS_7.toString(), WINDOWS_7);

            rchamyal Rajeev Chamyal (Inactive)
            rchamyal Rajeev Chamyal (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: