Skip to content

Commit

Permalink
Forgot to delete row's @OverRide
Browse files Browse the repository at this point in the history
My bad, sorry. It should compile now.
  • Loading branch information
juanmsuarez authored Mar 7, 2018
1 parent 696ed86 commit 915a1f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion adapter/src/main/java/com/iluwatar/adapter/Captain.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ public void setRowingBoat(RowingBoat rowingBoat) {
this.rowingBoat = rowingBoat;
}

@Override
public void row() {
rowingBoat.row();
}
Expand Down

0 comments on commit 915a1f3

Please sign in to comment.