committed by
chris
1 changed files with 18 additions and 0 deletions
@ -0,0 +1,18 @@ |
|||
package test; |
|||
|
|||
import solution.ISimpleList; |
|||
import solution.Node; |
|||
|
|||
public class SimpleListTest90 { |
|||
|
|||
protected ISimpleList<Integer> getInstance1() { |
|||
// TODO Auto-generated method stub
|
|||
return null; |
|||
} |
|||
|
|||
protected ISimpleList<Node<Integer>> getInstance2() { |
|||
// TODO Auto-generated method stub
|
|||
return null; |
|||
} |
|||
|
|||
} |
Loading…
Reference in new issue