committed by
chris
2 changed files with 0 additions and 21 deletions
@ -1,18 +0,0 @@ |
|||
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