committed by
							
								 chris
								chris
							
						
					
				
				 1 changed files with 1 additions and 7 deletions
			
			
		| @ -1,15 +1,9 @@ | |||||
| package solution; | package solution; | ||||
| //import testat.*;
 |  | ||||
| 
 | 
 | ||||
| public class SimpleLinkedListTest extends SimpleListTest90{ | public class SimpleLinkedListTest extends SimpleListTest90{ | ||||
| 	 | 	 | ||||
| 	@Override | 	@Override | ||||
| 	protected ISimpleList<Integer> getInstance1() { | 	protected ISimpleList<String> getInstance1() { | ||||
| 		return new SimpleLinkedList<>(); |  | ||||
| 	} |  | ||||
| 
 |  | ||||
| 	@Override |  | ||||
| 	protected ISimpleList<Node<Integer>> getInstance2() { |  | ||||
| 		return new SimpleLinkedList<>(); | 		return new SimpleLinkedList<>(); | ||||
| 	} | 	} | ||||
| } | } | ||||
|  | |||||
					Loading…
					
					
				
		Reference in new issue