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