JaroslavTulach commented on code in PR #4498:
URL: https://github.com/apache/netbeans/pull/4498#discussion_r950657498


##########
platform/o.n.swing.tabcontrol/beanstubs/org/openide/util/Utilities.java:
##########
@@ -56,8 +56,12 @@ private Utilities() {}
 
     /** Operating system is Windows NT. */
     public static final int OS_WINNT = 1 << 0;
+    /** Operating system is Windows 95. */
+    public static final int OS_WIN95 = OS_WINNT << 1;

Review Comment:
   Thank you for restoring the previous API.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to