Forgot to delete row's @Override
My bad, sorry. It should compile now.
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							696ed86aff
						
					
				
				
					commit
					915a1f3eb0
				
			@@ -40,7 +40,6 @@ public class Captain {
 | 
			
		||||
    this.rowingBoat = rowingBoat;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  @Override
 | 
			
		||||
  public void row() {
 | 
			
		||||
    rowingBoat.row();
 | 
			
		||||
  }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user