< 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,18 +47,10 @@
     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");
< prev index next >