implemented PathFollowerMoveStrategy.java #28
			
				
			
		
		
		
	| 
						 | 
					@ -20,7 +20,7 @@ public class MoveListStrategy implements MoveStrategy {
 | 
				
			||||||
        readFile(new File(path));
 | 
					        readFile(new File(path));
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    protected void readFile(File trackFile) throws FileNotFoundException {
 | 
					    private void readFile(File trackFile) throws FileNotFoundException {
 | 
				
			||||||
        Scanner scanner = new Scanner(new FileInputStream(trackFile), "UTF-8");
 | 
					        Scanner scanner = new Scanner(new FileInputStream(trackFile), "UTF-8");
 | 
				
			||||||
        Direction[] directions = Direction.values();
 | 
					        Direction[] directions = Direction.values();
 | 
				
			||||||
        while (scanner.hasNextLine()) {
 | 
					        while (scanner.hasNextLine()) {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue