We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 696ed86 commit 915a1f3Copy full SHA for 915a1f3
1 file changed
adapter/src/main/java/com/iluwatar/adapter/Captain.java
@@ -40,7 +40,6 @@ public void setRowingBoat(RowingBoat rowingBoat) {
40
this.rowingBoat = rowingBoat;
41
}
42
43
- @Override
44
public void row() {
45
rowingBoat.row();
46
0 commit comments