< prev index next >

test/jdk/java/nio/channels/TestUtil.java

Print this page
rev 59105 : imported patch corelibs

*** 75,87 **** return new InetSocketAddress(InetAddress.getLocalHost(), p); } private static String osName = System.getProperty("os.name"); - static boolean onSolaris() { - return osName.startsWith("SunOS"); - } - static boolean onWindows() { return osName.startsWith("Windows"); } } --- 75,83 ----
< prev index next >