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);

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

              Created:
              Updated:
              Resolved: