< prev index next >

test/jdk/sanity/client/lib/jemmy/src/org/netbeans/jemmy/util/Platform.java

Print this page
rev 59106 : imported patch client

*** 47,64 **** public static boolean isOSX() { return isOs("mac"); } /** - * Checking whether the platform is Solaris - * @return - */ - public static boolean isSolaris() { - return isOs("sunos"); - } - - /** * Checking whether the platform is Windows * @return */ public static boolean isWindows() { return isOs("win"); --- 47,56 ----
< prev index next >