Forgot to delete row's @Override

My bad, sorry. It should compile now.
This commit is contained in:
Juan Manuel Suárez 2018-03-07 17:26:39 -03:00 committed by GitHub
parent 696ed86aff
commit 915a1f3eb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,6 @@ public class Captain {
this.rowingBoat = rowingBoat;
}
@Override
public void row() {
rowingBoat.row();
}