< prev index next >

src/com/sun/javatest/exec/TT_TestNode.java

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

*** 40,50 **** TT_TestNode(TT_BasicNode parent, TestResult tr) { this.tr = tr; this.parent = parent; } // ------- interface methods -------- ! public Enumeration children() { throw new UnsupportedOperationException("Not supported."); } public boolean getAllowsChildren() { return false; --- 40,50 ---- TT_TestNode(TT_BasicNode parent, TestResult tr) { this.tr = tr; this.parent = parent; } // ------- interface methods -------- ! public Enumeration<?> children() { throw new UnsupportedOperationException("Not supported."); } public boolean getAllowsChildren() { return false;
< prev index next >