< prev index next >

test/lib/testlibrary/jdk/testlibrary/Platform.java

Print this page

        

*** 27,37 **** import java.io.FileNotFoundException; import java.io.IOException; /** * @deprecated This class is deprecated. Use the one from ! * {@code <root>/test/lib/share/classes/jdk/test/lib} */ @Deprecated public class Platform { private static final String osName = System.getProperty("os.name"); private static final String dataModel = System.getProperty("sun.arch.data.model"); --- 27,37 ---- import java.io.FileNotFoundException; import java.io.IOException; /** * @deprecated This class is deprecated. Use the one from ! * {@code <root>/test/lib/jdk/test/lib} */ @Deprecated public class Platform { private static final String osName = System.getProperty("os.name"); private static final String dataModel = System.getProperty("sun.arch.data.model");
< prev index next >