< prev index next >

src/com/sun/javatest/junit/JUnitBaseInterview.java

Print this page
rev 145 : 7902237: Fixing raw use of parameterized class
Reviewed-by: jjg

*** 51,61 **** return this; } public TestEnvironment getEnv() { try { ! return new TestEnvironment("junitenv", new HashMap(), "junit"); } catch (TestEnvironment.Fault f) { f.printStackTrace(); throw new RuntimeException(); } --- 51,61 ---- return this; } public TestEnvironment getEnv() { try { ! return new TestEnvironment("junitenv", new HashMap<String, String>(), "junit"); } catch (TestEnvironment.Fault f) { f.printStackTrace(); throw new RuntimeException(); }
< prev index next >