-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 9
-
Component/s: client-libs
-
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);
There is a typo in OSInfo.java
windowsVersionMap.put(WINDOWS_VISTA.toString(), WINDOWS_7);
should be windowsVersionMap.put(WINDOWS_7.toString(), WINDOWS_7);
- relates to
-
JDK-8067346 Swing submenu has a changed starting offset
-
- Resolved
-