Skip to content

Commit 915a1f3

Browse files
authored
Forgot to delete row's @OverRide
My bad, sorry. It should compile now.
1 parent 696ed86 commit 915a1f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adapter/src/main/java/com/iluwatar/adapter/Captain.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ public void setRowingBoat(RowingBoat rowingBoat) {
4040
this.rowingBoat = rowingBoat;
4141
}
4242

43-
@Override
4443
public void row() {
4544
rowingBoat.row();
4645
}

0 commit comments

Comments
 (0)