mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-08-07 00:23:43 +00:00
Forgot to delete row's @Override
My bad, sorry. It should compile now.
This commit is contained in:
@@ -40,7 +40,6 @@ public class Captain {
|
||||
this.rowingBoat = rowingBoat;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void row() {
|
||||
rowingBoat.row();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user